Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dpipeline-statistics.cc67 std::unique_ptr<char[]> name = info->shared_info()->DebugName().ToCString(); in PipelineStatistics()
Dlinkage.cc474 descriptor.DebugName(), // debug name in GetStubCallDescriptor()
521 descriptor.DebugName()); in GetBytecodeDispatchCallDescriptor()
Dgraph-visualizer.cc176 : info->shared_info()->DebugName().ToCString(), in JsonPrintAllSourceWithPositions()
184 JsonPrintFunctionSource(os, source_id, shared->DebugName().ToCString(), in JsonPrintAllSourceWithPositions()
/external/v8/src/debug/
Ddebug-type-profile.cc55 Handle<String> name(info.DebugName(), isolate); in Collect()
Ddebug-coverage.cc704 Handle<String> name(info.DebugName(), isolate); in Collect()
Ddebug-evaluate.cc903 info->DebugName().ToCString().get()); in FunctionGetSideEffectState()
/external/v8/src/ic/
Dic-stats.cc86 char* function_name = shared.DebugName().ToCString().release(); in GetOrCacheFunctionName()
/external/v8/src/profiler/
Dprofiler-listener.cc66 rec->entry = new CodeEntry(tag, GetName(shared->DebugName()), in CodeCreateEvent()
308 return GetName(shared.DebugName()); in GetFunctionName()
Dallocation-tracker.cc245 info->name = names_->GetName(shared.DebugName()); in AddFunctionInfo()
Dsampling-heap-profiler.cc193 const char* name = this->names()->GetName(shared.DebugName()); in AddStack()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h107 StringRef DebugName; // from the "name" section member
/external/v8/src/objects/
Dcode.cc499 << 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()
Djs-function.cc444 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()
Dshared-function-info.cc236 String SharedFunctionInfo::DebugName() { in DebugName() function in v8::internal::SharedFunctionInfo
245 std::unique_ptr<char[]> cstrname(DebugName().ToCString()); in PassesFilter()
Dshared-function-info.h373 String DebugName();
/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/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp203 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
220 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/external/v8/src/codegen/
Doptimized-compilation-info.cc152 return shared_info()->DebugName().ToCString(); in GetDebugName()
Dinterface-descriptors.cc120 const char* CallInterfaceDescriptor::DebugName() const { in DebugName() function in v8::internal::CallInterfaceDescriptor
Dinterface-descriptors.h314 const char* DebugName() const;
/external/v8/src/logging/
Dlog.cc229 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/
Druntime-compiler.cc137 sfi->StartPosition(), sfi->EndPosition(), sfi->DebugName())); in RUNTIME_FUNCTION()
Druntime-classes.cc671 handle(constructor->shared().DebugName(), isolate))); in DefineClass()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc987 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/
DWasmObjectFile.cpp328 getDefinedFunction(Index).DebugName = Name; in parseNameSection()

12