Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dstack.h224 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)
H A Dstack.cc567 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { in GetNextMethodAndDexPc() function in art::StackVisitor