Home
last modified time | relevance | path

Searched defs:import_index (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1099 Handle<WasmInstanceObject> instance, int import_index, int func_index, in ProcessImportedFunction()
1219 Handle<WasmInstanceObject> instance, int table_index, int import_index, in InitializeImportedIndirectFunctionTable()
1268 int import_index, int table_index, in ProcessImportedTable()
1333 int import_index, in ProcessImportedMemory()
1386 Handle<WasmInstanceObject> instance, int import_index, in ProcessImportedWasmGlobalObject()
1469 int import_index, int global_index, in ProcessImportedGlobal()
Dwasm-module-builder.cc423 int import_index) { in ExportImportedFunction()
/third_party/node/deps/v8/src/ast/
Dmodules.cc289 int import_index = -1; in AssignCellIndices() local
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc373 uint32_t import_index = module_builder_->AddGlobalImport( in ValidateModule() local
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc795 TNode<IntPtrT> import_index = IntPtrSub(IntPtrConstant(-1), cell_index); in IGNITION_HANDLER() local