Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc34 Handle<WasmCompiledModule> compiled_module(GetCompiledModule(*wasm_instance), in GetAsmJsOffsetTables()
121 WasmCompiledModule *compiled_module = wasm::GetCompiledModule(*instance); in GetAsmJsSourcePosition()
Dwasm-module.h388 WasmCompiledModule* GetCompiledModule(Object* wasm_instance);
Dwasm-module.cc1863 WasmCompiledModule* wasm::GetCompiledModule(Object* object) { in GetCompiledModule() function in wasm
1871 GetCompiledModule(JSObject::cast(instance)); in WasmIsAsmJs()
1879 WasmCompiledModule* compiled_module = GetCompiledModule(*instance); in GetScript()
/external/v8/src/runtime/
Druntime-debug.cc580 wasm::GetCompiledModule(JSObject::cast(*wasm_instance)), isolate); in RUNTIME_FUNCTION()