Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Dstacks.py8 def stack_frames(debugger, command, result, dict): function
/external/llvm-project/lldb/source/Commands/
DCommandObjectThreadUtil.h20 UniqueStack(std::stack<lldb::addr_t> stack_frames, uint32_t thread_index_id) in UniqueStack()
DCommandObjectThreadUtil.cpp137 std::stack<lldb::addr_t> stack_frames; in BucketThread() local
/external/tensorflow/tensorflow/python/util/
Dtf_stack.cc132 explicit StackTraceWrapper(absl::Span<StackFrame const> stack_frames) in StackTraceWrapper()
219 static std::string ToStringHelper(absl::Span<StackFrame const> stack_frames, in ToStringHelper()
/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback_test.py66 def _verifyStackFrames(self, stack_frames): argument
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc94 std::vector<StackFrame> stack_frames = in GetVariableInfosFromInputs() local
/external/pcre/dist2/src/
Dpcre2_intmodedep.h849 heapframe *stack_frames; /* The original vector on the stack */ member