Home
last modified time | relevance | path

Searched refs:FillSourceLineInfo (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
Dfast_source_line_resolver_unittest.cc217 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
226 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
243 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
249 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
260 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
369 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
374 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
379 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
393 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
399 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
[all …]
Dbasic_source_line_resolver_unittest.cc189 resolver.FillSourceLineInfo(&frame); in TEST_F()
198 resolver.FillSourceLineInfo(&frame); in TEST_F()
216 resolver.FillSourceLineInfo(&frame); in TEST_F()
222 resolver.FillSourceLineInfo(&frame); in TEST_F()
233 resolver.FillSourceLineInfo(&frame); in TEST_F()
342 resolver.FillSourceLineInfo(&frame); in TEST_F()
347 resolver.FillSourceLineInfo(&frame); in TEST_F()
352 resolver.FillSourceLineInfo(&frame); in TEST_F()
366 resolver.FillSourceLineInfo(&frame); in TEST_F()
372 resolver.FillSourceLineInfo(&frame); in TEST_F()
[all …]
Dstack_frame_symbolizer.cc56 StackFrameSymbolizer::SymbolizerResult StackFrameSymbolizer::FillSourceLineInfo( in FillSourceLineInfo() function in google_breakpad::StackFrameSymbolizer
76 resolver_->FillSourceLineInfo(frame); in FillSourceLineInfo()
104 resolver_->FillSourceLineInfo(frame); in FillSourceLineInfo()
Dstackwalker.cc137 frame_symbolizer_->FillSourceLineInfo(modules_, system_info_, in Walk()
272 frame_symbolizer_->FillSourceLineInfo(modules_, system_info_, &frame); in InstructionAddressSeemsValid()
Dsource_line_resolver_base.cc298 void SourceLineResolverBase::FillSourceLineInfo(StackFrame *frame) { in FillSourceLineInfo() function in google_breakpad::SourceLineResolverBase
Dstackwalk_common.cc221 resolver->FillSourceLineInfo(&pointee_frame); in PrintStackContents()
/external/google-breakpad/src/google_breakpad/processor/
Dfast_source_line_resolver.h62 using SourceLineResolverBase::FillSourceLineInfo;
Dsource_line_resolver_interface.h95 virtual void FillSourceLineInfo(StackFrame *frame) = 0;
Dstack_frame_symbolizer.h78 virtual SymbolizerResult FillSourceLineInfo(const CodeModules* modules,
Dbasic_source_line_resolver.h63 using SourceLineResolverBase::FillSourceLineInfo;
Dsource_line_resolver_base.h87 virtual void FillSourceLineInfo(StackFrame *frame);