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