Home
last modified time | relevance | path

Searched refs:AddInterpreterEntry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-code-manager.h245 WasmCode* AddInterpreterEntry(Handle<Code> code, uint32_t index);
Dwasm-debug.cc634 const wasm::WasmCode* wasm_new_code = native_module->AddInterpreterEntry( in RedirectToInterpreter()
Dwasm-code-manager.cc418 WasmCode* NativeModule::AddInterpreterEntry(Handle<Code> code, uint32_t index) { in AddInterpreterEntry() function in v8::internal::wasm::NativeModule