Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
H A 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()
H A Dcpu-profiler.cc403 code_map_.AddCode(reinterpret_cast<Address>(counter), entry, 1); in CreateEntriesForRuntimeCallStats()
H A Dprofile-generator.h491 void AddCode(Address addr, CodeEntry* entry, unsigned size);
H A 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/
H A Dwasm-code-manager.h628 // {AddCode} is thread safe w.r.t. other calls to {AddCode} or methods adding
631 std::unique_ptr<WasmCode> AddCode(
956 // This mutex protects concurrent calls to {AddCode} and friends.
H A Dwasm-code-manager.cc1190 std::unique_ptr<WasmCode> NativeModule::AddCode( in AddCode() function in NativeModule
H A Dwasm-objects.cc1487 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode( in ImportWasmJSFunctionIntoTable()
H A Dmodule-compiler.cc3963 std::unique_ptr<WasmCode> wasm_code = native_module->AddCode( in CompileImportWrapper()
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc2007 static void AddCode(const char* name, base::AddressRegion region,
2069 AddCode(event_name.c_str(), {addr, event->code_len}, shared, lineinfo,
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc8152 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode(
8205 std::unique_ptr<wasm::WasmCode> wasm_code = native_module->AddCode(

Completed in 36 milliseconds