Home
last modified time | relevance | path

Searched refs:DebugName (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/src/compiler/
Djs-inlining.cc390 shared_info->DebugName()->ToCString().get(), in ReduceJSCall()
391 info_->shared_info()->DebugName()->ToCString().get()); in ReduceJSCall()
399 shared_info->DebugName()->ToCString().get(), in ReduceJSCall()
400 info_->shared_info()->DebugName()->ToCString().get()); in ReduceJSCall()
409 shared_info->DebugName()->ToCString().get(), in ReduceJSCall()
410 info_->shared_info()->DebugName()->ToCString().get()); in ReduceJSCall()
417 shared_info->DebugName()->ToCString().get(), in ReduceJSCall()
418 info_->shared_info()->DebugName()->ToCString().get()); in ReduceJSCall()
433 shared_info->DebugName()->ToCString().get(), in ReduceJSCall()
434 info_->shared_info()->DebugName()->ToCString().get()); in ReduceJSCall()
[all …]
Dpipeline-statistics.cc59 info->shared_info()->DebugName()->ToCString(); in PipelineStatistics()
Dlinkage.cc404 descriptor.DebugName(), // debug name in GetStubCallDescriptor()
450 descriptor.DebugName()); in GetBytecodeDispatchCallDescriptor()
Dgraph-visualizer.cc142 : info->shared_info()->DebugName()->ToCString(), in JsonPrintAllSourceWithPositions()
150 JsonPrintFunctionSource(os, source_id, shared->DebugName()->ToCString(), in JsonPrintAllSourceWithPositions()
Djs-inlining-heuristic.cc724 shared->DebugName()->ToCString().get()); in PrintCandidates()
Dpipeline.cc549 os << shared->DebugName()->ToCString().get() << ") id{"; in PrintFunctionSource()
575 os << "INLINE (" << h.shared_info->DebugName()->ToCString().get() << ") id{" in PrintInlinedFunctionInfo()
/external/v8/src/profiler/
Dprofiler-listener.cc68 rec->entry = NewCodeEntry(tag, GetName(shared->DebugName()), in CodeCreateEvent()
103 NewCodeEntry(tag, GetName(shared->DebugName()), in CodeCreateEvent()
240 new CodeEntry(entry->tag(), GetName(shared_info->DebugName()), in RecordInliningInfo()
Dallocation-tracker.cc252 info->name = names_->GetName(shared->DebugName()); in AddFunctionInfo()
Dsampling-heap-profiler.cc216 const char* name = this->names()->GetName(shared->DebugName()); in AddStack()
/external/v8/src/debug/
Ddebug-type-profile.cc54 Handle<String> name(info->DebugName(), isolate); in Collect()
Ddebug-coverage.cc580 Handle<String> name(info->DebugName(), isolate); in Collect()
Ddebug-evaluate.cc872 info->DebugName()->ToCString().get()); in FunctionGetSideEffectState()
/external/v8/src/ic/
Dic-stats.cc84 char* function_name = shared->DebugName()->ToCString().release(); in GetOrCacheFunctionName()
/external/v8/src/
Doptimized-compilation-info.cc111 return shared_info()->DebugName()->ToCString(); in GetDebugName()
Dinterface-descriptors.cc109 const char* CallInterfaceDescriptor::DebugName() const { in DebugName() function in v8::internal::CallInterfaceDescriptor
Dlog.cc216 name_buffer_->AppendString(shared->DebugName()); in CodeCreateEvent()
1298 msg << shared->DebugName() << " " << source << ":" << line << ":" << column in CodeCreateEvent()
1395 << shared->DebugName() << kNext in CodeDisableOptEvent()
1711 msg << sfi->DebugName(); in MapEvent()
2232 CALL_CODE_EVENT_HANDLER(CallbackEvent(shared->DebugName(), entry_point)) in LogExistingFunction()
Ddeoptimizer.cc852 std::unique_ptr<char[]> name = shared->DebugName()->ToCString(); in DoComputeInterpretedFrame()
2715 std::unique_ptr<char[]> name = shared_info->DebugName()->ToCString(); in CreateNextTranslatedFrame()
2731 std::unique_ptr<char[]> name = shared_info->DebugName()->ToCString(); in CreateNextTranslatedFrame()
2744 std::unique_ptr<char[]> name = shared_info->DebugName()->ToCString(); in CreateNextTranslatedFrame()
2759 std::unique_ptr<char[]> name = shared_info->DebugName()->ToCString(); in CreateNextTranslatedFrame()
2778 std::unique_ptr<char[]> name = shared_info->DebugName()->ToCString(); in CreateNextTranslatedFrame()
2796 std::unique_ptr<char[]> name = shared_info->DebugName()->ToCString(); in CreateNextTranslatedFrame()
Dinterface-descriptors.h257 const char* DebugName() const;
Dobjects.cc2879 Object* fun_name = function->shared()->DebugName(); in JSObjectShortPrint()
3516 std::unique_ptr<char[]> debug_name = shared->DebugName()->ToCString(); in HeapObjectShortPrint()
3832 String* name = constructor->shared()->DebugName(); in GetConstructorHelper()
3867 String* name = constructor->shared()->DebugName(); in GetConstructorHelper()
13117 function->shared()->DebugName())); in SetInitialMap()
13396 std::unique_ptr<char[]> name = shared()->DebugName()->ToCString(); in PrintName()
13406 return handle(function->shared()->DebugName(), isolate); in GetName()
13992 String* SharedFunctionInfo::DebugName() { in DebugName() function in v8::internal::SharedFunctionInfo
14001 std::unique_ptr<char[]> cstrname(DebugName()->ToCString()); in PassesFilter()
14765 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationDataPrint()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h107 StringRef DebugName; // from the "name" section member
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp203 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
220 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp211 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
228 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/external/v8/src/runtime/
Druntime-compiler.cc73 sfi->StartPosition(), sfi->EndPosition(), sfi->DebugName())); in RUNTIME_FUNCTION()
Druntime-classes.cc601 "init class constructor", constructor->shared()->DebugName())); in DefineClass()
/external/v8/src/objects/
Dshared-function-info.h374 String* DebugName();

12