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