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

/external/google-breakpad/src/processor/
H A Dstackwalker_address_list.h60 virtual StackFrame* GetContextFrame();
H A Dstackwalker_ppc.h66 virtual StackFrame* GetContextFrame();
71 // be returned by GetContextFrame.
H A Dstackwalker_ppc64.h64 virtual StackFrame* GetContextFrame();
69 // be returned by GetContextFrame.
H A Dstackwalker_sparc.h65 virtual StackFrame* GetContextFrame();
70 // be returned by GetContextFrame.
H A Dstackwalker_mips.h64 virtual StackFrame* GetContextFrame();
79 // be returned by GetContextFrame.
H A Dstackwalker_address_list.cc61 StackFrame* StackwalkerAddressList::GetContextFrame() { function in class:google_breakpad::StackwalkerAddressList
H A Dstackwalker_amd64.h71 virtual StackFrame* GetContextFrame();
94 // be returned by GetContextFrame.
H A Dstackwalker_arm.h65 // GetContextFrame to VALID. This is only for use by unit tests; the
71 virtual StackFrame* GetContextFrame();
90 // be returned by GetContextFrame.
H A Dstackwalker_arm64.h64 // GetContextFrame to VALID. This is only for use by unit tests; the
72 virtual StackFrame* GetContextFrame();
91 // be returned by GetContextFrame.
H A Dstackwalker_x86.h76 virtual StackFrame* GetContextFrame();
103 // be returned by GetContextFrame.
H A Dstackwalker_ppc64.cc56 StackFrame* StackwalkerPPC64::GetContextFrame() { function in class:google_breakpad::StackwalkerPPC64
H A Dstackwalker_sparc.cc56 StackFrame* StackwalkerSPARC::GetContextFrame() { function in class:google_breakpad::StackwalkerSPARC
H A Dstackwalker_ppc.cc65 StackFrame* StackwalkerPPC::GetContextFrame() { function in class:google_breakpad::StackwalkerPPC
H A Dstackwalker.cc127 // Take ownership of the pointer returned by GetContextFrame.
128 scoped_ptr<StackFrame> frame(GetContextFrame());
H A Dstackwalker_amd64.cc110 StackFrame* StackwalkerAMD64::GetContextFrame() { function in class:google_breakpad::StackwalkerAMD64
H A Dstackwalker_arm.cc61 StackFrame* StackwalkerARM::GetContextFrame() { function in class:google_breakpad::StackwalkerARM
H A Dstackwalker_arm64.cc60 StackFrame* StackwalkerARM64::GetContextFrame() { function in class:google_breakpad::StackwalkerARM64
H A Dstackwalker_mips.cc67 StackFrame* StackwalkerMIPS::GetContextFrame() { function in class:google_breakpad::StackwalkerMIPS
H A Dstackwalker_amd64_unittest.cc143 class GetContextFrame: public StackwalkerAMD64Fixture, public Test { }; class in inherits:StackwalkerAMD64Fixture,Test
174 TEST_F(GetContextFrame, Simple) {
202 TEST_F(GetContextFrame, NoStackMemory) {
H A Dstackwalker_arm_unittest.cc169 class GetContextFrame: public StackwalkerARMFixture, public Test { }; class in inherits:StackwalkerARMFixture,Test
171 TEST_F(GetContextFrame, Simple) {
194 TEST_F(GetContextFrame, NoStackMemory) {
H A Dstackwalker_mips_unittest.cc173 class GetContextFrame: public StackwalkerMIPSFixture, public Test { }; class in inherits:StackwalkerMIPSFixture,Test
175 TEST_F(GetContextFrame, Simple) {
201 TEST_F(GetContextFrame, NoStackMemory) {
H A Dstackwalker_x86.cc120 StackFrame* StackwalkerX86::GetContextFrame() { function in class:google_breakpad::StackwalkerX86
H A Dstackwalker_arm64_unittest.cc167 class GetContextFrame: public StackwalkerARM64Fixture, public Test { }; class in inherits:StackwalkerARM64Fixture,Test
171 TEST_F(GetContextFrame, NoStackMemory) {
H A Dstackwalker_x86_unittest.cc183 class GetContextFrame: public StackwalkerX86Fixture, public Test { }; class in inherits:StackwalkerX86Fixture,Test
185 TEST_F(GetContextFrame, Simple) {
211 TEST_F(GetContextFrame, NoStackMemory) {
/external/google-breakpad/src/google_breakpad/processor/
H A Dstackwalker.h34 // will extend this class by providing GetContextFrame and GetCallerFrame
67 // Populates the given CallStack by calling GetContextFrame and
198 // trace. Returns NULL on failure. GetContextFrame allocates a new
201 virtual StackFrame* GetContextFrame() = 0;
204 // frame that called the last frame returned by GetContextFrame or

Completed in 142 milliseconds