Home
last modified time | relevance | path

Searched refs:AddCode (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dcpu-profiler-inl.h18 code_map->AddCode(instruction_start, entry, instruction_size); in UpdateCodeMap()
58 code_map->AddCode(instruction_start, entry, instruction_size); in UpdateCodeMap()
Dprofile-generator.h491 void AddCode(Address addr, CodeEntry* entry, unsigned size);
Dcpu-profiler.cc403 code_map_.AddCode(reinterpret_cast<Address>(counter), entry, 1); in CreateEntriesForRuntimeCallStats()
Dprofile-generator.cc966 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { in AddCode() function in v8::internal::CodeMap
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h631 std::unique_ptr<WasmCode> AddCode(
Dwasm-objects.cc1487 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in ImportWasmJSFunctionIntoTable()
Dwasm-code-manager.cc1190 std::unique_ptr<WasmCode> NativeModule::AddCode( in AddCode() function in v8::internal::wasm::NativeModule
Dmodule-compiler.cc3963 std::unique_ptr<WasmCode> wasm_code = native_module->AddCode( in CompileImportWrapper()
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc2007 static void AddCode(const char* name, base::AddressRegion region, in AddCode() function
2069 AddCode(event_name.c_str(), {addr, event->code_len}, shared, lineinfo, in EventHandler()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc8152 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in CompileWasmCapiCallWrapper()
8205 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in CompileWasmJSFastCallWrapper()