Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-engine.h136 void DeleteCompileJobsOnIsolate(Isolate* isolate);
Dwasm-engine.cc258 void WasmEngine::DeleteCompileJobsOnIsolate(Isolate* isolate) { in DeleteCompileJobsOnIsolate() function in v8::internal::wasm::WasmEngine
/external/v8/src/
Disolate.cc2617 wasm_engine()->DeleteCompileJobsOnIsolate(this); in Throw()
Dapi.cc8749 isolate->wasm_engine()->DeleteCompileJobsOnIsolate(isolate); in ContextDisposedNotification()