Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc93 StackMap* StackVisitor::GetCurrentStackMap() const { in GetCurrentStackMap() function in art::StackVisitor
131 StackMap* stack_map = GetCurrentStackMap(); in GetDexPc()
150 result.push_back(GetCurrentStackMap()->GetDexPc()); in ComputeDexPcList()
891 StackMap* stack_map = GetCurrentStackMap(); in WalkStack()
Dstack.h383 ALWAYS_INLINE StackMap* GetCurrentStackMap() const;