Searched refs:imported_function_refs (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 493 ? 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()
|
D | wasm-objects.tq | 37 // the module's imported_function_refs array.
|
D | wasm-objects-inl.h | 244 ACCESSORS(WasmInstanceObject, imported_function_refs, FixedArray, in SANDBOXED_POINTER_ACCESSORS()
|
D | wasm-objects.h | 330 DECL_ACCESSORS(imported_function_refs, FixedArray)
|
D | c-api.cc | 1678 instance->imported_function_refs().get(function_index), isolate); in call()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 1942 os << "\n - imported_function_refs: " << Brief(imported_function_refs()); in WasmInstanceObjectPrint()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 5952 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/ |
D | wasm-compiler.cc | 3090 Node* imported_function_refs = in BuildImportCall() local 3095 imported_function_refs, func_index_intptr, MachineType::TaggedPointer()); in BuildImportCall()
|