/external/v8/src/compiler/ |
D | pipeline-statistics.cc | 67 std::unique_ptr<char[]> name = info->shared_info()->DebugName().ToCString(); in PipelineStatistics()
|
D | linkage.cc | 474 descriptor.DebugName(), // debug name in GetStubCallDescriptor() 521 descriptor.DebugName()); in GetBytecodeDispatchCallDescriptor()
|
D | graph-visualizer.cc | 176 : info->shared_info()->DebugName().ToCString(), in JsonPrintAllSourceWithPositions() 184 JsonPrintFunctionSource(os, source_id, shared->DebugName().ToCString(), in JsonPrintAllSourceWithPositions()
|
/external/v8/src/debug/ |
D | debug-type-profile.cc | 55 Handle<String> name(info.DebugName(), isolate); in Collect()
|
D | debug-coverage.cc | 704 Handle<String> name(info.DebugName(), isolate); in Collect()
|
D | debug-evaluate.cc | 903 info->DebugName().ToCString().get()); in FunctionGetSideEffectState()
|
/external/v8/src/ic/ |
D | ic-stats.cc | 86 char* function_name = shared.DebugName().ToCString().release(); in GetOrCacheFunctionName()
|
/external/v8/src/profiler/ |
D | profiler-listener.cc | 66 rec->entry = new CodeEntry(tag, GetName(shared->DebugName()), in CodeCreateEvent() 308 return GetName(shared.DebugName()); in GetFunctionName()
|
D | allocation-tracker.cc | 245 info->name = names_->GetName(shared.DebugName()); in AddFunctionInfo()
|
D | sampling-heap-profiler.cc | 193 const char* name = this->names()->GetName(shared.DebugName()); in AddStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 107 StringRef DebugName; // from the "name" section member
|
/external/v8/src/objects/ |
D | code.cc | 499 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint() 511 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint() 524 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint() 534 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint()
|
D | js-function.cc | 444 handle(function->shared().DebugName(), in SetInitialMap() 740 std::unique_ptr<char[]> name = shared().DebugName().ToCString(); in PrintName() 749 return handle(function->shared().DebugName(), isolate); in GetName()
|
D | shared-function-info.cc | 236 String SharedFunctionInfo::DebugName() { in DebugName() function in v8::internal::SharedFunctionInfo 245 std::unique_ptr<char[]> cstrname(DebugName().ToCString()); in PassesFilter()
|
D | shared-function-info.h | 373 String DebugName();
|
/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/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/v8/src/codegen/ |
D | optimized-compilation-info.cc | 152 return shared_info()->DebugName().ToCString(); in GetDebugName()
|
D | interface-descriptors.cc | 120 const char* CallInterfaceDescriptor::DebugName() const { in DebugName() function in v8::internal::CallInterfaceDescriptor
|
D | interface-descriptors.h | 314 const char* DebugName() const;
|
/external/v8/src/logging/ |
D | log.cc | 229 name_buffer_->AppendString(shared->DebugName()); in CodeCreateEvent() 1276 msg << shared->DebugName() << " " << *script_name << ":" << line << ":" in CodeCreateEvent() 1452 << shared->DebugName() << kNext in CodeDisableOptEvent() 1811 msg << sfi.DebugName(); in MapEvent() 2302 CallbackEvent(handle(shared->DebugName(), isolate_), entry_point)) in LogExistingFunction()
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 137 sfi->StartPosition(), sfi->EndPosition(), sfi->DebugName())); in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 671 handle(constructor->shared().DebugName(), isolate))); in DefineClass()
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 987 std::unique_ptr<char[]> name = shared.DebugName().ToCString(); in DoComputeInterpretedFrame() 2927 std::unique_ptr<char[]> name = shared_info.DebugName().ToCString(); in CreateNextTranslatedFrame() 2946 std::unique_ptr<char[]> name = shared_info.DebugName().ToCString(); in CreateNextTranslatedFrame() 2959 std::unique_ptr<char[]> name = shared_info.DebugName().ToCString(); in CreateNextTranslatedFrame() 2974 std::unique_ptr<char[]> name = shared_info.DebugName().ToCString(); in CreateNextTranslatedFrame() 2990 std::unique_ptr<char[]> name = shared_info.DebugName().ToCString(); in CreateNextTranslatedFrame() 3005 std::unique_ptr<char[]> name = shared_info.DebugName().ToCString(); in CreateNextTranslatedFrame()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 328 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
|