Home
last modified time | relevance | path

Searched refs:imported_function_refs (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc493 ? target_instance.imported_function_refs().get(func->func_index) in UpdateDispatchTables()
1105 instance_->imported_function_refs().set(index_, *ref); in SetWasmToJs()
1115 instance_->imported_function_refs().set(index_, instance); in SetWasmToWasm()
1132 return instance_->imported_function_refs().get(index_); in object_ref()
1197 Handle<FixedArray> imported_function_refs = in New() local
1199 instance->set_imported_function_refs(*imported_function_refs); in New()
1952 : handle(instance->imported_function_refs().get(func_index), isolate); in New()
Dwasm-objects.tq37 // the module's imported_function_refs array.
Dwasm-objects-inl.h244 ACCESSORS(WasmInstanceObject, imported_function_refs, FixedArray, in SANDBOXED_POINTER_ACCESSORS()
Dwasm-objects.h330 DECL_ACCESSORS(imported_function_refs, FixedArray)
Dc-api.cc1678 instance->imported_function_refs().get(function_index), isolate); in call()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1942 os << "\n - imported_function_refs: " << Brief(imported_function_refs()); in WasmInstanceObjectPrint()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5952 Register imported_function_refs = tmp; in CallDirect() local
5953 LOAD_TAGGED_PTR_INSTANCE_FIELD(imported_function_refs, in CallDirect()
5957 imported_function_ref, imported_function_refs, no_reg, in CallDirect()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc3090 Node* imported_function_refs = in BuildImportCall() local
3095 imported_function_refs, func_index_intptr, MachineType::TaggedPointer()); in BuildImportCall()