Home
last modified time | relevance | path

Searched refs:import_index (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc355 int import_index, int func_index,
362 Handle<WasmInstanceObject> instance, int table_index, int import_index,
367 int import_index, int table_index,
373 int import_index, Handle<String> module_name,
378 int import_index, int global_index,
384 int import_index,
1099 Handle<WasmInstanceObject> instance, int import_index, int func_index, in ProcessImportedFunction() argument
1104 ReportLinkError("function import requires a callable", import_index, in ProcessImportedFunction()
1127 import_index, module_name, import_name); in ProcessImportedFunction()
1219 Handle<WasmInstanceObject> instance, int table_index, int import_index, in InitializeImportedIndirectFunctionTable() argument
[all …]
Dwasm-module-builder.cc423 int import_index) { in ExportImportedFunction() argument
430 import_index - static_cast<int>(function_imports_.size())}); in ExportImportedFunction()
Dwasm-module-builder.h357 void ExportImportedFunction(base::Vector<const char> name, int import_index);
/third_party/node/deps/v8/src/ast/
Dmodules.cc289 int import_index = -1; in AssignCellIndices() local
296 entry->cell_index = import_index; in AssignCellIndices()
297 import_index--; in AssignCellIndices()
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc373 uint32_t import_index = module_builder_->AddGlobalImport( in ValidateModule() local
376 start->EmitWithI32V(kExprGlobalGet, import_index); in ValidateModule()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc795 TNode<IntPtrT> import_index = IntPtrSub(IntPtrConstant(-1), cell_index); in IGNITION_HANDLER() local
797 CAST(LoadFixedArrayElement(regular_imports, import_index)); in IGNITION_HANDLER()