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