Home
last modified time | relevance | path

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

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