Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc61 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); in VisitFrame()
Dstack.h575 bool GetNextMethodAndDexPc(mirror::ArtMethod** next_method, uint32_t* next_dex_pc)
Dstack.cc430 bool StackVisitor::GetNextMethodAndDexPc(mirror::ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() function in art::StackVisitor