Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc1159 instance_->imported_function_callables()->set(index_, callable); in set_wasm_to_js()
1169 instance_->imported_function_callables()->set( in set_wasm_to_wasm()
1181 instance_->imported_function_callables()->get(index_)); in callable()
1189 return instance_->imported_function_callables()->get(index_)->IsJSReceiver(); in is_js_receiver_entry()
1264 Handle<FixedArray> imported_function_callables = in New() local
1266 instance->set_imported_function_callables(*imported_function_callables); in New()
Dwasm-objects-inl.h184 ACCESSORS(WasmInstanceObject, imported_function_callables, FixedArray, in PRIMITIVE_ACCESSORS()
Dwasm-objects.h387 DECL_ACCESSORS(imported_function_callables, FixedArray)
/external/v8/src/
Dobjects-printer.cc1736 << Brief(imported_function_callables()); in WasmInstanceObjectPrint()