Searched refs:LogOutstandingCodesForIsolate (Results 1 – 4 of 4) sorted by relevance
304 wasm::GetWasmEngine()->LogOutstandingCodesForIsolate(isolate_); in HandleInterrupts()
275 void LogOutstandingCodesForIsolate(Isolate*);
72 engine_->LogOutstandingCodesForIsolate(isolate_); in Run()1132 void WasmEngine::LogOutstandingCodesForIsolate(Isolate* isolate) { in LogOutstandingCodesForIsolate() function in v8::internal::wasm::WasmEngine
1958 engine->LogOutstandingCodesForIsolate(isolate); in CompileToNativeModule()