Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dfast_source_line_resolver_unittest.cc220 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
229 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
246 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
252 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
263 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
372 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
377 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
382 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
396 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
402 fast_resolver.FillSourceLineInfo(&frame); in TEST_F()
[all …]
Dstack_frame_symbolizer.cc56 StackFrameSymbolizer::SymbolizerResult StackFrameSymbolizer::FillSourceLineInfo( in FillSourceLineInfo() function in google_breakpad::StackFrameSymbolizer
83 resolver_->FillSourceLineInfo(frame); in FillSourceLineInfo()
111 resolver_->FillSourceLineInfo(frame); in FillSourceLineInfo()
Dbasic_source_line_resolver_unittest.cc192 resolver.FillSourceLineInfo(&frame); in TEST_F()
201 resolver.FillSourceLineInfo(&frame); in TEST_F()
219 resolver.FillSourceLineInfo(&frame); in TEST_F()
225 resolver.FillSourceLineInfo(&frame); in TEST_F()
236 resolver.FillSourceLineInfo(&frame); in TEST_F()
345 resolver.FillSourceLineInfo(&frame); in TEST_F()
350 resolver.FillSourceLineInfo(&frame); in TEST_F()
355 resolver.FillSourceLineInfo(&frame); in TEST_F()
369 resolver.FillSourceLineInfo(&frame); in TEST_F()
375 resolver.FillSourceLineInfo(&frame); in TEST_F()
[all …]
Dstackwalker.cc143 frame_symbolizer_->FillSourceLineInfo(modules_, unloaded_modules_, in Walk()
309 frame_symbolizer_->FillSourceLineInfo(modules_, unloaded_modules_, 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/
Dsource_line_resolver_interface.h95 virtual void FillSourceLineInfo(StackFrame *frame) = 0;
Dfast_source_line_resolver.h62 using SourceLineResolverBase::FillSourceLineInfo;
Dstack_frame_symbolizer.h78 virtual SymbolizerResult FillSourceLineInfo(
Dbasic_source_line_resolver.h63 using SourceLineResolverBase::FillSourceLineInfo;
Dsource_line_resolver_base.h87 virtual void FillSourceLineInfo(StackFrame *frame);
/external/google-breakpad/docs/
Dstack_walking.md89 [FillSourceLineInfo](../src/google_breakpad/processor/source_line_resolver_interface.h#89)