Home
last modified time | relevance | path

Searched refs:DebugNameCStr (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc104 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/
Druntime-compiler.cc62 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/
Dtranslated-state.cc66 << 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 …]
Ddeoptimizer.cc1007 std::unique_ptr<char[]> name = shared.DebugNameCStr(); in DoComputeUnoptimizedFrame()
/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.cc60 function_name_.assign(info->shared_info()->DebugNameCStr().get()); in PipelineStatistics()
Dgraph-visualizer.cc176 : info->shared_info()->DebugNameCStr(), in JsonPrintAllSourceWithPositions()
184 JsonPrintFunctionSource(os, source_id, shared->DebugNameCStr(), in JsonPrintAllSourceWithPositions()
Dpipeline.cc844 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/
Dic-stats.cc84 function_name = function.shared().DebugNameCStr(); in GetOrCacheFunctionName()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc287 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()
Djs-function.h303 std::unique_ptr<char[]> DebugNameCStr();
Djs-function.cc1105 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()
Dshared-function-info.h402 std::unique_ptr<char[]> DebugNameCStr();
Djs-objects.cc2777 std::unique_ptr<char[]> fun_name = function.shared().DebugNameCStr(); in JSObjectShortPrint()
Dobjects.cc2025 std::unique_ptr<char[]> debug_name = shared.DebugNameCStr(); in HeapObjectShortPrint()
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc141 return shared_info()->DebugNameCStr(); in GetDebugName()
Dcompiler.cc130 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/
Dprofiler-listener.cc81 code_entries_.Create(tag, GetName(shared->DebugNameCStr().get()), in CodeCreateEvent()
369 return GetName(shared.DebugNameCStr().get()); in GetFunctionName()
Dallocation-tracker.cc244 info->name = names_->GetCopy(shared.DebugNameCStr().get()); in AddFunctionInfo()
Dsampling-heap-profiler.cc193 const char* name = this->names()->GetCopy(shared.DebugNameCStr().get()); in AddStack()
Dheap-snapshot-generator.cc1419 std::unique_ptr<char[]> name = shared.DebugNameCStr(); in ExtractSharedFunctionInfoReferences()
/third_party/node/deps/v8/src/logging/
Dlog.cc253 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/
Ddebug-evaluate.cc1007 info->DebugNameCStr().get()); in FunctionGetSideEffectState()
Ddebug.cc2755 function->shared().DebugNameCStr().get()); in PerformSideEffectCheck()