Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc434 found_frame_(false), has_more_frames_(false), next_method_(nullptr), next_dex_pc_(0) { in GetNextMethodAndDexPc()
438 if (found_frame_) { in GetNextMethodAndDexPc()
447 found_frame_ = true; in GetNextMethodAndDexPc()
453 bool found_frame_; in GetNextMethodAndDexPc() member