Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.cc106 const char* CallInterfaceDescriptor::DebugName() const { in DebugName() function in v8::internal::CallInterfaceDescriptor
H A Dinterface-descriptors.h376 const char* DebugName() const;
H A Dcompiler.cc314 Handle<String> debug_name = SharedFunctionInfo::DebugName(shared); in LogFunctionCompilation()
/third_party/skia/src/core/
H A DSkVMBlitter.h84 static SkString DebugName(const Key& key);
H A 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/compiler/
H A 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/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp243 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
267 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h136 StringRef DebugName; // from the "name" section member
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.h403 static Handle<String> DebugName(Handle<SharedFunctionInfo>);
H A Djs-function.cc721 SharedFunctionInfo::DebugName( in SetInitialMap()
1150 // that exact behavior and go with SharedFunctionInfo::DebugName() in GetDebugName()
1156 return SharedFunctionInfo::DebugName(handle(function->shared(), isolate)); in GetDebugName()
H A Dcall-site-info.cc211 auto eval_name = SharedFunctionInfo::DebugName(eval_shared); in FormatEvalOrigin()
H A Dshared-function-info.cc301 Handle<String> SharedFunctionInfo::DebugName( in DebugName() function in v8::internal::SharedFunctionInfo
H A Djs-objects.cc565 SharedFunctionInfo::DebugName(handle(constructor->shared(), isolate)); in GetConstructorHelper()
605 auto name = SharedFunctionInfo::DebugName( in GetConstructorHelper()
/third_party/node/deps/v8/src/wasm/
H A 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()
H A Dwasm-code-manager.h426 std::string DebugName() const;
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc715 Handle<String> name = SharedFunctionInfo::DebugName(info); in Collect()
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc652 SharedFunctionInfo::DebugName( in DefineClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp369 getDefinedFunction(Index).DebugName = Name; in parseNameSection()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc2300 Handle<String> fun_name = SharedFunctionInfo::DebugName(shared); in LogExistingFunction()
/third_party/skia/tools/viewer/
H A DViewer.cpp2675 SkString keyString = SkVMBlitter::DebugName(*key); in drawImGui()

Completed in 45 milliseconds