Home
last modified time | relevance | path

Searched refs:stack_trace (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dsymbolizer.cc48 ProfileStackTrace stack_trace; in SymbolizeTickSample() local
51 stack_trace.reserve(sample.frames_count + 3); in SymbolizeTickSample()
67 stack_trace.push_back( in SymbolizeTickSample()
95 stack_trace.push_back({pc_entry, src_line}); in SymbolizeTickSample()
108 stack_trace.push_back( in SymbolizeTickSample()
129 stack_trace.push_back(inline_stack_entry); in SymbolizeTickSample()
140 size_t index = stack_trace.size() - inline_stack->size(); in SymbolizeTickSample()
141 stack_trace[index].line_number = most_inlined_frame_line_number; in SymbolizeTickSample()
160 stack_trace.push_back({entry, line_number}); in SymbolizeTickSample()
166 for (auto e : stack_trace) { in SymbolizeTickSample()
[all …]
Dsymbolizer.h24 ProfileStackTrace stack_trace; member
Dcpu-profiler.cc237 tick_sample.timestamp, symbolized.stack_trace, symbolized.src_line, in SymbolizeAndAddToProfiles()
/third_party/mesa3d/src/gtest/src/
Dgtest-test-part.cc43 const char* const stack_trace = strstr(message, internal::kStackTraceMarker); in ExtractSummary() local
44 return stack_trace == nullptr ? message : std::string(message, stack_trace); in ExtractSummary()
/third_party/googletest/googletest/src/
Dgtest-test-part.cc45 const char* const stack_trace = strstr(message, internal::kStackTraceMarker); in ExtractSummary() local
46 return stack_trace == nullptr ? message : std::string(message, stack_trace); in ExtractSummary()
/third_party/node/deps/googletest/src/
Dgtest-test-part.cc46 const char* const stack_trace = strstr(message, internal::kStackTraceMarker); in ExtractSummary() local
47 return stack_trace == nullptr ? message : std::string(message, stack_trace); in ExtractSummary()
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
Dftrace_stack_trace.sh21 cat "$TRACING_PATH"/stack_trace > /dev/null
/third_party/node/src/
Dinspector_agent.cc522 Local<v8::StackTrace> stack_trace = message->GetStackTrace(); in ReportUncaughtException() local
524 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
525 script_id == stack_trace->GetFrame(isolate, 0)->GetScriptId()) { in ReportUncaughtException()
539 client_->createStackTrace(stack_trace), in ReportUncaughtException()
Dnode_errors.cc378 Local<Value> stack_trace; in ReportFatalException() local
383 stack_trace = Undefined(isolate); in ReportFatalException()
398 stack_trace = enhanced; in ReportFatalException()
411 .ToLocal(&stack_trace)); in ReportFatalException()
424 node::Utf8Value trace(env->isolate(), stack_trace); in ReportFatalException()
428 if (trace.length() > 0 && !stack_trace->IsUndefined()) { in ReportFatalException()
Djs_native_api_v8_inspector.cc1143 Local<v8::StackTrace> stack_trace = message->GetStackTrace(); in ReportUncaughtException() local
1145 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
1146 script_id == stack_trace->GetFrame(isolate, 0)->GetScriptId()) { in ReportUncaughtException()
1160 client_->createStackTrace(stack_trace), in ReportUncaughtException()
/third_party/node/deps/v8/src/execution/
Dmessages.h100 Handle<Object> stack_trace);
Disolate.cc625 Handle<String> stack_trace = accumulator.ToString(this); in StackTraceString() local
628 return stack_trace; in StackTraceString()
1178 Handle<FixedArray> stack_trace = builder.Build(); in CaptureSimpleStackTrace() local
1180 "frameCount", stack_trace->length()); in CaptureSimpleStackTrace()
1181 return stack_trace; in CaptureSimpleStackTrace()
1361 Handle<FixedArray> stack_trace = builder.Build(); in CaptureDetailedStackTrace() local
1363 "frameCount", stack_trace->length()); in CaptureDetailedStackTrace()
1364 return stack_trace; in CaptureDetailedStackTrace()
2345 Handle<String> stack_trace = builder.Finish().ToHandleChecked(); in ThrowInternal() local
2346 stack_trace->PrintOn(out); in ThrowInternal()
/third_party/node/deps/v8/src/base/debug/
Dstack_trace_posix.cc324 StackTrace stack_trace; in WarmUpBacktrace() local
/third_party/node/deps/v8/src/d8/
Dd8.cc2800 v8::String::Utf8Value stack_trace(isolate, stack_trace_string.As<String>()); in ReportException() local
2801 printf("%s\n", ToCString(stack_trace)); in ReportException()
/third_party/node/deps/v8/
DBUILD.bazel595 "src/base/debug/stack_trace.cc",
596 "src/base/debug/stack_trace.h",
DBUILD.gn5131 "src/base/debug/stack_trace.cc",
5132 "src/base/debug/stack_trace.h",