Home
last modified time | relevance | path

Searched refs:GetDebugName (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc152 debug_name_(info_->GetDebugName()), in PipelineData()
204 debug_name_(info_->GetDebugName()), in PipelineData()
247 debug_name_(info_->GetDebugName()), in PipelineData()
290 debug_name_(info_->GetDebugName()), in PipelineData()
909 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in PrintCode()
1018 JsonPrintFunctionSource(json_of, -1, info->GetDebugName(), script, isolate, in CreatePipelineStatistics()
1043 std::unique_ptr<char[]> function_name = info->GetDebugName(); in CreatePipelineStatistics()
1633 std::unique_ptr<char[]> debug_name = data->info()->GetDebugName(); in Run()
2572 << "Begin compiling method " << info_.GetDebugName().get() in ExecuteJobImpl()
2583 json_of << "{\"function\":\"" << info_.GetDebugName() in ExecuteJobImpl()
[all...]
H A Dbasic-block-instrumentor.cc65 data->SetFunctionName(info->GetDebugName()); in Instrument()
H A Dgraph-visualizer.cc205 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in GetVisualizerLogFileName()
503 std::unique_ptr<char[]> name = info->GetDebugName(); in PrintCompilation()
H A Dwasm-compiler.cc7683 std::unique_ptr<char[]> debug_name = WasmExportedFunction::GetDebugName(sig);
8402 base::Vector<const char> GetDebugName(Zone* zone,
8454 GetDebugName(&zone, env->module, wire_byte_storage, func_index), &zone,
/third_party/node/deps/v8/include/
H A Dv8-function.h76 Local<Value> GetDebugName() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function.h77 Local<Value> GetDebugName() const;
/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.cc86 return JSFunction::GetDebugName(function_); in GetFunctionName()
H A Ddebug-scopes.cc49 if (!function_.is_null()) return JSFunction::GetDebugName(function_); in GetFunctionDebugName()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter.cc149 std::unique_ptr<char[]> name = compilation_info->literal()->GetDebugName(); in MaybePrintAst()
291 compilation_info()->literal()->GetDebugName(); in DoFinalizeJobImpl()
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc285 Handle<String> name = JSFunction::GetDebugName(function); in GetFunctionName()
302 Handle<String> name = JSFunction::GetDebugName(function); in GetFunctionDebugName()
679 Handle<String> class_name = JSFunction::GetDebugName(function); in AppendMethodCall()
H A Djs-function.h333 static Handle<String> GetDebugName(Handle<JSFunction> function);
H A Dshared-function-info.cc290 return WasmExportedFunction::GetDebugName( in DebugNameCStr()
H A Djs-function.cc1136 Handle<String> JSFunction::GetDebugName(Handle<JSFunction> function) { in GetDebugName() function in v8::internal::JSFunction
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc139 std::unique_ptr<char[]> OptimizedCompilationInfo::GetDebugName() const { in GetDebugName() function in v8::internal::OptimizedCompilationInfo
H A Doptimized-compilation-info.h215 std::unique_ptr<char[]> GetDebugName() const;
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc246 job_->compilation_info()->GetDebugName().get()); in Finalize()
H A Dwasm-objects.h611 static std::unique_ptr<char[]> GetDebugName(const wasm::FunctionSig* sig);
H A Dwasm-objects.cc2048 std::unique_ptr<char[]> WasmExportedFunction::GetDebugName( in GetDebugName() function in v8::WasmExportedFunction
2128 name = JSFunction::GetDebugName(Handle<JSFunction>::cast(callable)); in New()
/third_party/node/deps/v8/src/ast/
H A Dast.cc238 std::unique_ptr<char[]> FunctionLiteral::GetDebugName() const { in GetDebugName() function in v8::internal::FunctionLiteral
H A Dast.h2209 std::unique_ptr<char[]> GetDebugName() const;
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1618 Handle<String> function_name = JSFunction::GetDebugName(function_); in CreateStackFrameInfo()
/third_party/mesa3d/src/imgui/
H A Dimgui.h2112 const char* GetDebugName() const { return ConfigData ? ConfigData->Name : "<unknown>"; } in GetDebugName() function
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc930 std::unique_ptr<char[]> function_name = result->GetDebugName(); in ParseFunction()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2768 const char* GetDebugName() const { return ConfigData ? ConfigData->Name : "<unknown>"; } in GetDebugName() function
H A Dimgui_demo.cpp5819 if (ImGui::BeginCombo(label, font_current->GetDebugName()))
5825 if (ImGui::Selectable(font->GetDebugName(), font == font_current))

Completed in 91 milliseconds

12