Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVMBlitter.h84 static SkString DebugName(const Key& key);
DSkVMBlitter.cpp571 SkString SkVMBlitter::DebugName(const Key& key) { in DebugName() function in SkVMBlitter
610 skvm::Program program = builder.done(DebugName(key).c_str()); in buildProgram()
615 SkDebugf("\ncouldn't JIT %s\n", DebugName(key).c_str()); in buildProgram()
/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors.cc106 const char* CallInterfaceDescriptor::DebugName() const { in DebugName() function in v8::internal::CallInterfaceDescriptor
Dinterface-descriptors.h376 const char* DebugName() const;
Dcompiler.cc314 Handle<String> debug_name = SharedFunctionInfo::DebugName(shared); in LogFunctionCompilation()
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc539 descriptor.DebugName(), // debug name in GetStubCallDescriptor()
589 descriptor.DebugName()); in GetBytecodeDispatchCallDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h136 StringRef DebugName; // from the "name" section member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp243 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
267 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h403 static Handle<String> DebugName(Handle<SharedFunctionInfo>);
Djs-function.cc721 SharedFunctionInfo::DebugName( in SetInitialMap()
1156 return SharedFunctionInfo::DebugName(handle(function->shared(), isolate)); in GetDebugName()
Dshared-function-info.cc301 Handle<String> SharedFunctionInfo::DebugName( in DebugName() function in v8::internal::SharedFunctionInfo
Dcall-site-info.cc211 auto eval_name = SharedFunctionInfo::DebugName(eval_shared); in FormatEvalOrigin()
Djs-objects.cc565 SharedFunctionInfo::DebugName(handle(constructor->shared(), isolate)); in GetConstructorHelper()
605 auto name = SharedFunctionInfo::DebugName( in GetConstructorHelper()
/third_party/node/deps/v8/src/debug/
Ddebug-coverage.cc715 Handle<String> name = SharedFunctionInfo::DebugName(info); in Collect()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc221 std::string WasmCode::DebugName() const { in DebugName() function in v8::internal::wasm::WasmCode
264 std::string fn_name = DebugName(); in LogCode()
357 std::string name = DebugName(); in MaybePrint()
Dwasm-code-manager.h426 std::string DebugName() const;
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc652 SharedFunctionInfo::DebugName( in DefineClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp369 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
/third_party/node/deps/v8/src/logging/
Dlog.cc2300 Handle<String> fun_name = SharedFunctionInfo::DebugName(shared); in LogExistingFunction()
/third_party/skia/tools/viewer/
DViewer.cpp2675 SkString keyString = SkVMBlitter::DebugName(*key); in drawImGui()