/external/v8/src/compiler/ |
D | js-inlining.cc | 390 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 …]
|
D | pipeline-statistics.cc | 59 info->shared_info()->DebugName()->ToCString(); in PipelineStatistics()
|
D | linkage.cc | 404 descriptor.DebugName(), // debug name in GetStubCallDescriptor() 450 descriptor.DebugName()); in GetBytecodeDispatchCallDescriptor()
|
D | graph-visualizer.cc | 142 : info->shared_info()->DebugName()->ToCString(), in JsonPrintAllSourceWithPositions() 150 JsonPrintFunctionSource(os, source_id, shared->DebugName()->ToCString(), in JsonPrintAllSourceWithPositions()
|
D | js-inlining-heuristic.cc | 724 shared->DebugName()->ToCString().get()); in PrintCandidates()
|
D | pipeline.cc | 549 os << shared->DebugName()->ToCString().get() << ") id{"; in PrintFunctionSource() 575 os << "INLINE (" << h.shared_info->DebugName()->ToCString().get() << ") id{" in PrintInlinedFunctionInfo()
|
/external/v8/src/profiler/ |
D | profiler-listener.cc | 68 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()
|
D | allocation-tracker.cc | 252 info->name = names_->GetName(shared->DebugName()); in AddFunctionInfo()
|
D | sampling-heap-profiler.cc | 216 const char* name = this->names()->GetName(shared->DebugName()); in AddStack()
|
/external/v8/src/debug/ |
D | debug-type-profile.cc | 54 Handle<String> name(info->DebugName(), isolate); in Collect()
|
D | debug-coverage.cc | 580 Handle<String> name(info->DebugName(), isolate); in Collect()
|
D | debug-evaluate.cc | 872 info->DebugName()->ToCString().get()); in FunctionGetSideEffectState()
|
/external/v8/src/ic/ |
D | ic-stats.cc | 84 char* function_name = shared->DebugName()->ToCString().release(); in GetOrCacheFunctionName()
|
/external/v8/src/ |
D | optimized-compilation-info.cc | 111 return shared_info()->DebugName()->ToCString(); in GetDebugName()
|
D | interface-descriptors.cc | 109 const char* CallInterfaceDescriptor::DebugName() const { in DebugName() function in v8::internal::CallInterfaceDescriptor
|
D | log.cc | 216 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()
|
D | deoptimizer.cc | 852 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()
|
D | interface-descriptors.h | 257 const char* DebugName() const;
|
D | objects.cc | 2879 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/ |
D | Wasm.h | 107 StringRef DebugName; // from the "name" section member
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 203 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/ |
D | Symbolize.cpp | 211 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument 228 DebugName = DebugNameStr; in getGNUDebuglinkContents()
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 73 sfi->StartPosition(), sfi->EndPosition(), sfi->DebugName())); in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 601 "init class constructor", constructor->shared()->DebugName())); in DefineClass()
|
/external/v8/src/objects/ |
D | shared-function-info.h | 374 String* DebugName();
|