Home
last modified time | relevance | path

Searched defs:StackFrame (Results 1 – 15 of 15) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame.h42 struct StackFrame { struct
57 StackFrame() in StackFrame() argument
66 virtual ~StackFrame() {} in ~StackFrame() argument
72 case StackFrame::FRAME_TRUST_CONTEXT: in trust_description() argument
91 virtual uint64_t ReturnAddress() const { return instruction; } in ReturnAddress()
114 uint64_t instruction;
117 const CodeModule *module;
120 string function_name;
124 uint64_t function_base;
127 string source_file_name;
[all …]
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context.h43 struct BASE_EXPORT StackFrame { struct
50 static StackFrame FromTraceEventName(const char* name) { in FromTraceEventName() argument
53 static StackFrame FromThreadName(const char* name) { in FromThreadName() argument
56 static StackFrame FromProgramCounter(const void* pc) { in FromProgramCounter() argument
64 bool BASE_EXPORT operator < (const StackFrame& lhs, const StackFrame& rhs); argument
/external/v8/src/base/platform/
Dplatform.h210 struct StackFrame { struct
211 void* address;
212 char text[kStackWalkMaxTextLen];
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DErrorManager.cs40 using StackFrame = System.Diagnostics.StackFrame; typedef
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto140 message StackFrame { message
/external/v8/src/
Dframes-inl.h55 inline StackFrame::StackFrame(StackFrameIteratorBase* iterator) in StackFrame() function
Dframes.h461 StackFrame(const StackFrame& original) { in StackFrame() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs45 using StackFrame = System.Diagnostics.StackFrame; typedef
/external/clang/include/clang/Analysis/
DAnalysisContext.h216 enum ContextKind { StackFrame, Scope, Block }; enumerator
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs44 using StackFrame = System.Diagnostics.StackFrame; typedef
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp137 const StackFrameContext *StackFrame; member in __anon3c301ec40111::ReturnVisitor
/external/v8/include/
Dv8.h101 class StackFrame; variable
134 class StackFrame; variable
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1288 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local
/external/valgrind/exp-sgcheck/
Dsg_main.c1239 StackFrame; typedef
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2082 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local