Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h224 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