Home
last modified time | relevance | path

Searched refs:GetContextFrame (Results 1 – 25 of 27) sorted by relevance

12

/external/google-breakpad/src/processor/
Dstackwalker_ppc.h66 virtual StackFrame* GetContextFrame();
Dstackwalker_ppc64.h64 virtual StackFrame* GetContextFrame();
Dstackwalker_sparc.h65 virtual StackFrame* GetContextFrame();
Dstackwalker_address_list.h60 virtual StackFrame* GetContextFrame();
Dstackwalker_mips.h64 virtual StackFrame* GetContextFrame();
Dstackwalker_arm.h71 virtual StackFrame* GetContextFrame();
Dstackwalker_amd64.h71 virtual StackFrame* GetContextFrame();
Dstackwalker_x86.h76 virtual StackFrame* GetContextFrame();
Dstackwalker_address_list.cc61 StackFrame* StackwalkerAddressList::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerAddressList
Dstackwalker_arm64.h75 virtual StackFrame* GetContextFrame();
Dstackwalker_ppc64.cc57 StackFrame* StackwalkerPPC64::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerPPC64
Dstackwalker_sparc.cc56 StackFrame* StackwalkerSPARC::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerSPARC
Dstackwalker_ppc.cc66 StackFrame* StackwalkerPPC::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerPPC
Dstackwalker_mips_unittest.cc174 class GetContextFrame: public StackwalkerMIPSFixture, public Test { }; class
176 TEST_F(GetContextFrame, Simple) { in TEST_F() argument
203 TEST_F(GetContextFrame, NoStackMemory) { in TEST_F() argument
Dstackwalker_mips64_unittest.cc176 class GetContextFrame: public StackwalkerMIPSFixture, public Test { }; class
178 TEST_F(GetContextFrame, Simple) { in TEST_F() argument
206 TEST_F(GetContextFrame, NoStackMemory) { in TEST_F() argument
Dstackwalker.cc134 scoped_ptr<StackFrame> frame(GetContextFrame()); in Walk()
Dstackwalker_amd64_unittest.cc144 class GetContextFrame: public StackwalkerAMD64Fixture, public Test { }; class
175 TEST_F(GetContextFrame, Simple) { in TEST_F() argument
203 TEST_F(GetContextFrame, NoStackMemory) { in TEST_F() argument
Dstackwalker_arm_unittest.cc170 class GetContextFrame: public StackwalkerARMFixture, public Test { }; class
172 TEST_F(GetContextFrame, Simple) { in TEST_F() argument
195 TEST_F(GetContextFrame, NoStackMemory) { in TEST_F() argument
Dstackwalker_amd64.cc110 StackFrame* StackwalkerAMD64::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerAMD64
Dstackwalker_arm.cc62 StackFrame* StackwalkerARM::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerARM
Dstackwalker_arm64.cc81 StackFrame* StackwalkerARM64::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerARM64
Dstackwalker_arm64_unittest.cc168 class GetContextFrame: public StackwalkerARM64Fixture, public Test { }; class
172 TEST_F(GetContextFrame, NoStackMemory) { in TEST_F() argument
Dstackwalker_x86.cc120 StackFrame* StackwalkerX86::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerX86
Dstackwalker_mips.cc79 StackFrame* StackwalkerMIPS::GetContextFrame() { in GetContextFrame() function in google_breakpad::StackwalkerMIPS
/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h216 virtual StackFrame* GetContextFrame() = 0;

12