HomeSort by relevance Sort by last modified time
    Searched defs:StackFrame (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/google-breakpad/src/google_breakpad/processor/
stack_frame.h 42 struct StackFrame {
57 StackFrame()
66 virtual ~StackFrame() {}
72 case StackFrame::FRAME_TRUST_CONTEXT:
74 case StackFrame::FRAME_TRUST_PREWALKED:
76 case StackFrame::FRAME_TRUST_CFI:
78 case StackFrame::FRAME_TRUST_CFI_SCAN:
80 case StackFrame::FRAME_TRUST_FP:
82 case StackFrame::FRAME_TRUST_SCAN:
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
StackTraceDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
ProxyThisObjectTest.java 19 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
29 * JDWP Unit test for StackFrame.ThisObject command on proxy method.
40 logWriter.println("==> Send StackFrame::ThisObject command...");
47 checkReplyPacket(reply, "StackFrame.ThisObject");
PopFramesDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
ThisObjectTest.java 26 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
37 * JDWP Unit test for StackFrame.ThisObject command.
48 * This testcase exercises StackFrame.ThisObject command.
50 * checks if StackFrame.ThisObject command returns correct data for each stack frame
121 logWriter.println("==> Send StackFrame::ThisObject command...");
146 ("## FAILURE: StackFrame.ThisObject returned NULL ObjectID for known method: " + methodName);
148 fail("StackFrame.ThisObject returned NULL ObjectID for known method: " + methodName);
165 ("## FAILURE: StackFrame.ThisObject returned not OBJECT_TAG for known method: " + methodName);
167 fail("StackFrame.ThisObject returned not OBJECT_TAG for known method: " + methodName);
185 ("## FAILURE: StackFrame.ThisObject returned not OBJECT_TAG for method: " + mainMethod)
    [all...]
GetValues002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
24 * JDWP Unit test for StackFrame.GetValues command.
GetValuesTest.java 25 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
37 * JDWP Unit test for StackFrame.GetValues command.
41 * This testcase exercises StackFrame.GetValues command.
46 * <BR> At last the test performs StackFrame.GetValues command and checks
56 * This testcase exercises StackFrame.GetValues command.
59 * <BR> Then it performs StackFrame.GetValues command with an invalid
64 logWriter.println("Send StackFrame.GetValues with invalid thread " + invalidThreadID);
71 checkReplyPacket(replyPacket, "StackFrame.GetValues",
76 * This testcase exercises StackFrame.GetValues command.
79 * <BR> Then it performs StackFrame.GetValues command to a non-suspende
    [all...]
JDWPStackFrameTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
174 checkReplyPacket(reply, "StackFrame::PopFramesCommand command");
JDWPStackTraceBaseTest.java 19 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
39 "Lorg/apache/harmony/jpda/tests/jdwp/StackFrame/StackTraceDebuggee;",
PopFramesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
34 * JDWP Unit test for StackFrame.PopFrames command.
38 private String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/StackFrame/PopFramesDebuggee;";
50 * This testcase exercises StackFrame.PopFrames command to discard one top frame.
53 * <BR>Then the test performs StackFrame.PopFrame command for one top frame,
132 checkReplyPacket(err, "StackFrame::PopFrames command");
SetValuesTest.java 25 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
38 * JDWP Unit test for StackFrame.SetValues command.
42 * This testcase exercises StackFrame.SetValues command.
47 * <BR> Next, the test performs StackFrame.SetValues command and checks
48 * result of this command with help of StackFrame.GetValues command -
58 * This testcase exercises StackFrame.SetValues command.
61 * <BR> Then it performs StackFrame.SetValues command with an invalid
66 logWriter.println("Send StackFrame.SetValues with invalid thread " + invalidThreadID);
73 checkReplyPacket(replyPacket, "StackFrame.SetValues",
78 * This testcase exercises StackFrame.SetValues command
    [all...]
PopFrames002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
37 * JDWP Unit test for StackFrame.PopFrames command.
41 private String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/StackFrame/PopFramesDebuggee;";
59 * This testcase exercises StackFrame.PopFrames command to discard several frames at once.
62 * <BR>Then the test performs StackFrame.PopFrame command to discard several frames at once,
182 * This testcase exercises StackFrame.PopFrames command performing it several times.
185 * <BR>Then the test performs StackFrame.PopFrame command several times
276 * This testcase exercises StackFrame.PopFrames command when thread is not suspended.
281 * <BR>During working of method the test performs StackFrame.PopFrames command.
282 * Then the test checks that StackFrame.PopFrames comman
    [all...]
SetValues002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.StackFrame;
24 * JDWP Unit test for StackFrame.SetValues command.
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context.h 43 struct BASE_EXPORT StackFrame {
50 static StackFrame FromTraceEventName(const char* name) {
53 static StackFrame FromThreadName(const char* name) {
56 static StackFrame FromProgramCounter(const void* pc) {
64 bool BASE_EXPORT operator < (const StackFrame& lhs, const StackFrame& rhs);
65 bool BASE_EXPORT operator == (const StackFrame& lhs, const StackFrame& rhs);
66 bool BASE_EXPORT operator != (const StackFrame& lhs, const StackFrame& rhs)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/v8/src/base/platform/
platform.h 218 struct StackFrame {
  /external/v8/src/
frames-inl.h 55 inline StackFrame::StackFrame(StackFrameIteratorBase* iterator)
60 inline StackHandler* StackFrame::top_handler() const {
65 inline Code* StackFrame::LookupCode() const {
72 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) {
77 inline Address* StackFrame::ResolveReturnAddressLocation(Address* pc_address) {
89 : StackFrame(iterator) {
100 : StackFrame(iterator) {
134 : StackFrame(iterator) {
171 return frame_type == StackFrame::TypeToMarker(StackFrame::ARGUMENTS_ADAPTOR)
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
AnalysisContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
AnalysisContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
AnalysisDeclContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
AnalysisDeclContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
AnalysisDeclContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
AnalysisDeclContext.h 216 enum ContextKind { StackFrame, Scope, Block };
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
312 ProfileCommon(ID, StackFrame, ctx, parent, s);
318 return Ctx->getKind() == StackFrame;

Completed in 434 milliseconds

1 2 3 4