Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc94 StackMap* StackVisitor::GetCurrentStackMap() const { in GetCurrentStackMap() function in art::StackVisitor
132 StackMap* stack_map = GetCurrentStackMap(); in GetDexPc()
151 result.push_back(GetCurrentStackMap()->GetDexPc()); in ComputeDexPcList()
903 StackMap* stack_map = GetCurrentStackMap(); in WalkStack()
Dstack.h385 ALWAYS_INLINE StackMap* GetCurrentStackMap() const;