Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dstack.cc95 StackMap* StackVisitor::GetCurrentStackMap() const { in GetCurrentStackMap() function in art::StackVisitor
133 StackMap* stack_map = GetCurrentStackMap(); in GetDexPc()
164 result.push_back(GetCurrentStackMap()->GetDexPc()); in ComputeDexPcList()
916 StackMap* stack_map = GetCurrentStackMap(); in WalkStack()
H A Dstack.h385 ALWAYS_INLINE StackMap* GetCurrentStackMap() const;