Home
last modified time | relevance | path

Searched refs:wasm_to_js_wrapper (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects.cc1154 JSReceiver* callable, const wasm::WasmCode* wasm_to_js_wrapper) { in set_wasm_to_js() argument
1156 index_, callable, wasm_to_js_wrapper->instructions().start()); in set_wasm_to_js()
1157 DCHECK_EQ(wasm::WasmCode::kWasmToJsWrapper, wasm_to_js_wrapper->kind()); in set_wasm_to_js()
1161 wasm_to_js_wrapper->instruction_start(); in set_wasm_to_js()
Dwasm-objects.h87 const wasm::WasmCode* wasm_to_js_wrapper);