Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dinit-expr-interface.cc97 WasmInstanceObject::GetOrCreateWasmInternalFunction(isolate_, instance_, in RefFunc()
Dwasm-objects.h495 static Handle<WasmInternalFunction> GetOrCreateWasmInternalFunction(
Dmodule-instantiate.cc915 WasmInstanceObject::GetOrCreateWasmInternalFunction(isolate, instance, in EvaluateInitExpression()
1813 WasmInstanceObject::GetOrCreateWasmInternalFunction( in ProcessExports()
Dwasm-objects.cc458 WasmInstanceObject::GetOrCreateWasmInternalFunction(isolate, instance, in Get()
1383 WasmInstanceObject::GetOrCreateWasmInternalFunction( in GetOrCreateWasmInternalFunction() function in v8::internal::WasmInstanceObject
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc406 return *WasmInstanceObject::GetOrCreateWasmInternalFunction(isolate, instance, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc320 return handle(WasmInstanceObject::GetOrCreateWasmInternalFunction( in Get()