Searched refs:AddCode (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
D | cpu-profiler-inl.h | 18 code_map->AddCode(instruction_start, entry, instruction_size); in UpdateCodeMap() 58 code_map->AddCode(instruction_start, entry, instruction_size); in UpdateCodeMap()
|
D | profile-generator.h | 491 void AddCode(Address addr, CodeEntry* entry, unsigned size);
|
D | cpu-profiler.cc | 403 code_map_.AddCode(reinterpret_cast<Address>(counter), entry, 1); in CreateEntriesForRuntimeCallStats()
|
D | profile-generator.cc | 966 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { in AddCode() function in v8::internal::CodeMap
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-code-manager.h | 631 std::unique_ptr<WasmCode> AddCode(
|
D | wasm-objects.cc | 1487 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in ImportWasmJSFunctionIntoTable()
|
D | wasm-code-manager.cc | 1190 std::unique_ptr<WasmCode> NativeModule::AddCode( in AddCode() function in v8::internal::wasm::NativeModule
|
D | module-compiler.cc | 3963 std::unique_ptr<WasmCode> wasm_code = native_module->AddCode( in CompileImportWrapper()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | gdb-jit.cc | 2007 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/ |
D | wasm-compiler.cc | 8152 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()
|