Home
last modified time | relevance | path

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

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

Completed in 59 milliseconds