Home
last modified time | relevance | path

Searched refs:cfi_frame_info (Results 1 – 20 of 20) sorted by relevance

/external/google-breakpad/src/processor/
Dfast_source_line_resolver_unittest.cc214 scoped_ptr<CFIFrameInfo> cfi_frame_info; in TEST_F() local
279 cfi_frame_info.reset(fast_resolver.FindCFIFrameInfo(&frame)); in TEST_F()
280 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
284 cfi_frame_info.reset(fast_resolver.FindCFIFrameInfo(&frame)); in TEST_F()
285 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
309 cfi_frame_info.reset(fast_resolver.FindCFIFrameInfo(&frame)); in TEST_F()
310 ASSERT_TRUE(cfi_frame_info.get()); in TEST_F()
311 ASSERT_TRUE(cfi_frame_info.get() in TEST_F()
319 cfi_frame_info.reset(fast_resolver.FindCFIFrameInfo(&frame)); in TEST_F()
320 ASSERT_TRUE(cfi_frame_info.get()); in TEST_F()
[all …]
Dbasic_source_line_resolver_unittest.cc186 scoped_ptr<CFIFrameInfo> cfi_frame_info; in TEST_F() local
252 cfi_frame_info.reset(resolver.FindCFIFrameInfo(&frame)); in TEST_F()
253 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
257 cfi_frame_info.reset(resolver.FindCFIFrameInfo(&frame)); in TEST_F()
258 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
282 cfi_frame_info.reset(resolver.FindCFIFrameInfo(&frame)); in TEST_F()
283 ASSERT_TRUE(cfi_frame_info.get()); in TEST_F()
284 ASSERT_TRUE(cfi_frame_info.get() in TEST_F()
292 cfi_frame_info.reset(resolver.FindCFIFrameInfo(&frame)); in TEST_F()
293 ASSERT_TRUE(cfi_frame_info.get()); in TEST_F()
[all …]
Dstackwalker_x86.cc110 if (cfi_frame_info) in ~StackFrameX86()
111 delete cfi_frame_info; in ~StackFrameX86()
112 cfi_frame_info = NULL; in ~StackFrameX86()
508 CFIFrameInfo* cfi_frame_info) { in GetCallerByCFIFrameInfo() argument
510 last_frame->cfi_frame_info = cfi_frame_info; in GetCallerByCFIFrameInfo()
514 .FindCallerRegisters(*memory_, *cfi_frame_info, in GetCallerByCFIFrameInfo()
638 CFIFrameInfo* cfi_frame_info = in GetCallerFrame() local
640 if (cfi_frame_info) in GetCallerFrame()
641 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info)); in GetCallerFrame()
Dstackwalker_mips.cc96 CFIFrameInfo* cfi_frame_info) { in GetCallerByCFIFrameInfo() argument
111 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
180 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame() local
182 if (cfi_frame_info.get()) in GetCallerFrame()
183 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_arm64.cc80 CFIFrameInfo* cfi_frame_info) { in GetCallerByCFIFrameInfo() argument
100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
238 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame() local
240 if (cfi_frame_info.get()) in GetCallerFrame()
241 frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_amd64.cc130 CFIFrameInfo* cfi_frame_info) { in GetCallerByCFIFrameInfo() argument
135 .FindCallerRegisters(*memory_, *cfi_frame_info, in GetCallerByCFIFrameInfo()
258 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame() local
260 if (cfi_frame_info.get()) in GetCallerFrame()
261 new_frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dstackwalker_arm.cc81 CFIFrameInfo* cfi_frame_info) { in GetCallerByCFIFrameInfo() argument
100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
252 scoped_ptr<CFIFrameInfo> cfi_frame_info( in GetCallerFrame() local
254 if (cfi_frame_info.get()) in GetCallerFrame()
255 frame.reset(GetCallerByCFIFrameInfo(frames, cfi_frame_info.get())); in GetCallerFrame()
Dcfi_frame_info-inl.h46 const CFIFrameInfo &cfi_frame_info, in FindCallerRegisters() argument
65 if (!cfi_frame_info.FindCallerRegs<RegisterType>(callee_registers, memory, in FindCallerRegisters()
Dprocessor.gyp48 'cfi_frame_info-inl.h',
49 'cfi_frame_info.cc',
50 'cfi_frame_info.h',
Dstackwalker_mips.h72 CFIFrameInfo* cfi_frame_info);
Dstackwalker_arm.h79 CFIFrameInfo* cfi_frame_info);
Dstackwalker_arm64.h80 CFIFrameInfo* cfi_frame_info);
Dstackwalker_amd64.h79 CFIFrameInfo* cfi_frame_info);
Dstackwalker_x86.h92 CFIFrameInfo* cfi_frame_info);
Dcfi_frame_info.h260 const CFIFrameInfo &cfi_frame_info,
Dstackwalker_x86_unittest.cc1999 ASSERT_TRUE(frame0->cfi_frame_info != NULL); in CheckWalk()
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame_cpu.h77 cfi_frame_info(NULL) {} in StackFrameX86()
97 CFIFrameInfo *cfi_frame_info; member
/external/google-breakpad/
DMakefile.am195 src/processor/cfi_frame_info.cc \
196 src/processor/cfi_frame_info.h \
656 src/processor/cfi_frame_info.o \
669 src/processor/cfi_frame_info.o \
707 src/processor/cfi_frame_info.o \
761 src/processor/cfi_frame_info.o \
799 src/processor/cfi_frame_info.o \
837 src/processor/cfi_frame_info.o \
1147 src/processor/cfi_frame_info.o \
1181 src/processor/cfi_frame_info.o \
DMakefile.in371 src/processor/call_stack.cc src/processor/cfi_frame_info.cc \
372 src/processor/cfi_frame_info.h \
444 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.$(OBJEXT) \
766 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.o \
798 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.o \
848 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.o \
883 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.o \
919 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.o \
953 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.o \
1004 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info.o \
[all …]
/external/google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/
Dproject.pbxproj57 …D4D1188651100081F03 /* cfi_frame_info.cc in Sources */ = {isa = PBXBuildFile; fileRef = D2A5DD4C11…
166cfi_frame_info.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
360 D2A5DD4C1188651100081F03 /* cfi_frame_info.cc */,
487 D2A5DD4D1188651100081F03 /* cfi_frame_info.cc in Sources */,