Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-debug.h81 Local<String> GetFunctionName() const;
Dv8-profiler.h92 Local<String> GetFunctionName() const;
1156 Local<String> GetFunctionName();
/third_party/node/deps/v8/src/debug/
Ddebug-frames.h39 Handle<String> GetFunctionName();
Ddebug-frames.cc77 Handle<String> FrameInspector::GetFunctionName() { in GetFunctionName() function in v8::internal::FrameInspector
Ddebug-stack-trace-iterator.cc137 return Utils::ToLocal(frame_inspector_->GetFunctionName()); in GetFunctionDebugName()
Ddebug-evaluate.cc355 V(GetFunctionName) \ in IsSideEffectFreeIntrinsic()
Ddebug.cc2555 inspector.GetFunctionName()->PrintOn(stdout); in PrintBreakLocation()
/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc200 tag, GetFunctionName(*pos_info.shared), resource_name, in CodeCreateEvent()
218 tag, GetFunctionName(*shared), in CodeCreateEvent()
366 const char* ProfilerListener::GetFunctionName(SharedFunctionInfo shared) { in GetFunctionName() function in v8::internal::ProfilerListener
Dprofiler-listener.h94 const char* GetFunctionName(SharedFunctionInfo);
/third_party/node/deps/v8/src/objects/
Dcall-site-info.h72 V8_EXPORT_PRIVATE static Handle<PrimitiveHeapObject> GetFunctionName(
Dcall-site-info.cc267 Handle<PrimitiveHeapObject> CallSiteInfo::GetFunctionName( in GetFunctionName() function in v8::internal::CallSiteInfo
674 Handle<Object> function_name = CallSiteInfo::GetFunctionName(frame); in AppendMethodCall()
719 Handle<Object> function_name = CallSiteInfo::GetFunctionName(frame); in SerializeJSStackFrame()
756 Handle<Object> function_name = CallSiteInfo::GetFunctionName(frame); in SerializeWasmStackFrame()
/third_party/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h121 virtual std::string GetFunctionName(uint64_t /*pc*/, uint64_t* /*offset*/) { return ""; } in GetFunctionName() function
DBacktrace.h141 virtual std::string GetFunctionName(uint64_t pc, uint64_t* offset,
/third_party/node/deps/v8/src/builtins/
Dbuiltins-callsite.cc83 return *CallSiteInfo::GetFunctionName(frame); in BUILTIN()
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc71 .setFunctionName(toProtocolString(isolate, node->GetFunctionName())) in buildInspectorObjectFor()
Dv8-debugger.cc1127 auto functionName = toProtocolString(isolate(), v8Frame->GetFunctionName()); in symbolize()
/third_party/node/deps/v8/src/runtime/
Druntime.h311 F(GetFunctionName, 1, 1) \
/third_party/node/src/
Dnode_report.cc495 Utf8Value function_name(isolate, frame->GetFunctionName()); in PrintJavaScriptStack()
Dnode_errors.cc192 node::Utf8Value fn_name_s(isolate, stack_frame->GetFunctionName()); in FormatStackTrace()
/third_party/node/deps/v8/src/api/
Dapi.cc3240 Local<String> StackFrame::GetFunctionName() const { in GetFunctionName() function in v8::StackFrame
9751 Local<String> CpuProfileNode::GetFunctionName() const { in GetFunctionName() function in v8::CpuProfileNode
10040 Local<String> CodeEvent::GetFunctionName() { in GetFunctionName() function in v8::CodeEvent