Searched refs:LogCode (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-engine.h | 266 void LogCode(base::Vector<WasmCode*>);
|
D | wasm-engine.cc | 1089 void WasmEngine::LogCode(base::Vector<WasmCode*> code_vec) { in LogCode() function in v8::internal::wasm::WasmEngine 1149 code->LogCode(isolate, pair.second.source_url.get(), pair.first); in LogOutstandingCodesForIsolate()
|
D | wasm-code-manager.h | 327 void LogCode(Isolate* isolate, const char* source_url, int script_id) const;
|
D | wasm-code-manager.cc | 257 void WasmCode::LogCode(Isolate* isolate, const char* source_url, in LogCode() function in v8::internal::wasm::WasmCode 1054 code->LogCode(isolate, source_url.get(), script.id()); in LogWasmCodes()
|
D | module-compiler.cc | 1231 code->LogCode(isolate, url.get(), module_object->script().id()); in CompileLazy() 3725 GetWasmEngine()->LogCode(base::VectorOf(published_code)); in PublishCode()
|