Home
last modified time | relevance | path

Searched defs:GetDebugName (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc139 std::unique_ptr<char[]> OptimizedCompilationInfo::GetDebugName() const { in GetDebugName() function in v8::internal::OptimizedCompilationInfo
/third_party/node/deps/v8/src/ast/
Dast.cc238 std::unique_ptr<char[]> FunctionLiteral::GetDebugName() const { in GetDebugName() function in v8::internal::FunctionLiteral
/third_party/node/deps/v8/src/objects/
Djs-function.cc1136 Handle<String> JSFunction::GetDebugName(Handle<JSFunction> function) { in GetDebugName() function in v8::internal::JSFunction
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc2048 std::unique_ptr<char[]> WasmExportedFunction::GetDebugName( in GetDebugName() function in v8::internal::WasmExportedFunction
/third_party/mesa3d/src/imgui/
Dimgui.h2112 …const char* GetDebugName() const { return ConfigData ? ConfigData->… in GetDebugName() function
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc8402 base::Vector<const char> GetDebugName(Zone* zone, in GetDebugName() function
/third_party/node/deps/v8/src/api/
Dapi.cc5364 Local<Value> Function::GetDebugName() const { in GetDebugName() function in v8::Function