Searched refs:CallWasm (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | execution.h | 80 V8_EXPORT_PRIVATE static void CallWasm(Isolate* isolate,
|
H A D | execution.cc | 612 void Execution::CallWasm(Isolate* isolate, Handle<CodeT> wrapper_code, in CallWasm() function in v8::internal::Execution
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 1004 const Operator* CallWasm(const wasm::WasmModule* wasm_module,
|
H A D | js-operator.cc | 938 const Operator* JSOperatorBuilder::CallWasm( in CallWasm() function in v8::internal::compiler::JSOperatorBuilder
|
H A D | js-call-reducer.cc | 3581 javascript()->CallWasm(wasm_module, wasm_signature, p.feedback());
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 1697 i::Execution::CallWasm(isolate, wrapper_code, call_target, object_ref,
|
Completed in 21 milliseconds