Home
last modified time | relevance | path

Searched refs:shrunk_range_modules_ (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dprocess_state.h118 return &shrunk_range_modules_; in shrunk_range_modules()
192 vector<linked_ptr<const CodeModule> > shrunk_range_modules_; variable
/external/google-breakpad/src/processor/
Dbasic_code_modules.cc89 shrunk_range_modules_.push_back(shrunk_range_module); in BasicCodeModules()
149 return shrunk_range_modules_; in GetShrunkRangeModules()
Dbasic_code_modules.h87 std::vector<linked_ptr<const CodeModule> > shrunk_range_modules_; variable
Dminidump_processor.cc150 process_state->shrunk_range_modules_ = in Process()
153 i < process_state->shrunk_range_modules_.size(); in Process()
156 process_state->shrunk_range_modules_[i]; in Process()