/third_party/node/deps/v8/src/execution/ |
H A D | tiering-manager.cc | 104 function.DebugNameCStr().get()); in TraceInOptimizationQueue() 113 function.DebugNameCStr().get()); in TraceHeuristicOptimizationDisallowed() 232 function.DebugNameCStr().get(), bytecode.osr_urgency(), osr_urgency); in TrySetOsrUrgency() 354 function.DebugNameCStr().get(), ticks, ticks_for_optimization); in ShouldOptimize()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-compiler.cc | 62 PrintF("[unoptimized: %s]\n", function->DebugNameCStr().get()); in RUNTIME_FUNCTION() 271 function->DebugNameCStr().get(), osr_offset.ToInt(), in RUNTIME_FUNCTION() 305 function->DebugNameCStr().get(), osr_offset.ToInt(), in RUNTIME_FUNCTION() 338 function->DebugNameCStr().get()); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 66 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 79 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 94 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 108 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 121 << SharedFunctionInfo::cast(shared_info).DebugNameCStr().get() in TranslationArrayPrintSingleFrame() 740 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 760 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 773 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 788 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 810 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() [all...] |
H A D | deoptimizer.cc | 1007 std::unique_ptr<char[]> name = shared.DebugNameCStr(); in DoComputeUnoptimizedFrame()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline-statistics.cc | 60 function_name_.assign(info->shared_info()->DebugNameCStr().get()); in PipelineStatistics()
|
H A D | graph-visualizer.cc | 176 : info->shared_info()->DebugNameCStr(), in JsonPrintAllSourceWithPositions() 184 JsonPrintFunctionSource(os, source_id, shared->DebugNameCStr(), in JsonPrintAllSourceWithPositions()
|
H A D | pipeline.cc | 844 os << shared->DebugNameCStr().get() << ") id{"; in PrintFunctionSource() 870 os << "INLINE (" << h.shared_info->DebugNameCStr().get() << ") id{" in PrintInlinedFunctionInfo()
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic-stats.cc | 84 function_name = function.shared().DebugNameCStr(); in GetOrCacheFunctionName()
|
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.cc | 287 std::unique_ptr<char[]> SharedFunctionInfo::DebugNameCStr() { in DebugNameCStr() function in v8::internal::SharedFunctionInfo 307 ->NewStringFromUtf8(base::CStrVector(shared->DebugNameCStr().get())) in DebugName() 319 return v8::internal::PassesFilter(base::CStrVector(DebugNameCStr().get()), in PassesFilter()
|
H A D | js-function.h | 303 std::unique_ptr<char[]> DebugNameCStr();
|
H A D | js-function.cc | 1105 std::unique_ptr<char[]> JSFunction::DebugNameCStr() { in DebugNameCStr() function in v8::internal::JSFunction 1106 return shared().DebugNameCStr(); in DebugNameCStr() 1110 PrintF(out, "%s", DebugNameCStr().get()); in PrintName()
|
H A D | shared-function-info.h | 402 std::unique_ptr<char[]> DebugNameCStr();
|
H A D | js-objects.cc | 2777 std::unique_ptr<char[]> fun_name = function.shared().DebugNameCStr(); in JSObjectShortPrint()
|
H A D | objects.cc | 2025 std::unique_ptr<char[]> debug_name = shared.DebugNameCStr(); in HeapObjectShortPrint()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | optimized-compilation-info.cc | 141 return shared_info()->DebugNameCStr(); in GetDebugName()
|
H A D | compiler.cc | 130 function->DebugNameCStr().get(), osr_offset.ToInt(), ToString(mode)); in TraceOptimizeOSR() 142 function->DebugNameCStr().get(), osr_offset.ToInt(), ToString(mode)); in TraceOptimizeOSRUnavailable() 3476 function->DebugNameCStr().get(), osr_offset.ToInt()); in Compile()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.cc | 81 code_entries_.Create(tag, GetName(shared->DebugNameCStr().get()), in CodeCreateEvent() 369 return GetName(shared.DebugNameCStr().get()); in GetFunctionName()
|
H A D | allocation-tracker.cc | 244 info->name = names_->GetCopy(shared.DebugNameCStr().get()); in AddFunctionInfo()
|
H A D | sampling-heap-profiler.cc | 193 const char* name = this->names()->GetCopy(shared.DebugNameCStr().get()); in AddStack()
|
H A D | heap-snapshot-generator.cc | 1420 std::unique_ptr<char[]> name = shared.DebugNameCStr(); in ExtractSharedFunctionInfoReferences()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 253 name_buffer_->AppendBytes(shared->DebugNameCStr().get()); in CodeCreateEvent() 1392 msg << shared->DebugNameCStr().get() << " " << *script_name << ":" << line in CodeCreateEvent() 1483 << shared->DebugNameCStr().get() << kNext in CodeDisableOptEvent() 1799 msg << sfi.DebugNameCStr().get(); in MapEvent()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 1007 info->DebugNameCStr().get()); in FunctionGetSideEffectState()
|
H A D | debug.cc | 2755 function->shared().DebugNameCStr().get()); in PerformSideEffectCheck()
|