Searched refs:GetNextMethodAndDexPc (Results 1 – 3 of 3) sorted by relevance
61 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); in VisitFrame()
575 bool GetNextMethodAndDexPc(mirror::ArtMethod** next_method, uint32_t* next_dex_pc)
430 bool StackVisitor::GetNextMethodAndDexPc(mirror::ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() function in art::StackVisitor