Home
last modified time | relevance | path

Searched refs:__index (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua138 local map_global = setmetatable({}, { __index = function(t, name)
185 local map_extern = setmetatable({}, { __index = function(t, name)
1173 setmetatable(map_op, { __index = map_coreop })
1174 setmetatable(map_def, { __index = map_archdef })
H A Ddasm_arm.lua139 local map_global = setmetatable({}, { __index = function(t, name)
186 local map_extern = setmetatable({}, { __index = function(t, name)
1105 setmetatable(map_op, { __index = function(t, k) function
1118 setmetatable(map_def, { __index = map_archdef })
H A Ddasm_arm64.lua141 local map_global = setmetatable({}, { __index = function(t, name)
188 local map_extern = setmetatable({}, { __index = function(t, name)
1218 setmetatable(map_op, { __index = map_coreop })
1219 setmetatable(map_def, { __index = map_archdef })
H A Ddasm_ppc.lua137 local map_global = setmetatable({}, { __index = function(t, name)
184 local map_extern = setmetatable({}, { __index = function(t, name)
1911 setmetatable(map_op, { __index = map_coreop })
1912 setmetatable(map_def, { __index = map_archdef })
H A Ddasm_x86.lua206 local map_global = setmetatable({}, { __index = function(t, name)
252 local map_extern = setmetatable({}, { __index = function(t, name)
2386 setmetatable(map_op, { __index = map_coreop })
2387 setmetatable(map_def, { __index = map_archdef })

Completed in 18 milliseconds