Home
last modified time | relevance | path

Searched refs:function_table (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
DglX_server_table.py52 class function_table: class
353 self.rop_functions = function_table("Render", 1)
354 self.sop_functions = function_table("Single", 0)
355 self.vop_functions = function_table("VendorPriv", 0)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1134 const auto &IndirectTable = Module->function_table; in CallIndirect()
1503 LOG(out << " function table size: " << Module->function_table.size() in translate()
1565 for (uint32_t F : Module->function_table) { in translate()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc627 Handle<WasmIndirectFunctionTable> function_table = in ClearDispatchTables() local
629 DCHECK_LT(index, function_table->size()); in ClearDispatchTables()
630 function_table->Clear(index); in ClearDispatchTables()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc977 TNode<RawPtrT> function_table = ReinterpretCast<RawPtrT>(ExternalConstant( in CallRuntimeN() local
982 IntPtrAdd(function_table, ChangeUint32ToWord(function_offset)); in CallRuntimeN()