Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc64 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); in VisitFrame()
Dstack.h482 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
Dstack.cc593 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() function in art::StackVisitor