Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dstack.h329 bool GetVRegPairFromDebuggerShadowFrame(uint16_t vreg,
H A Dstack.cc386 bool StackVisitor::GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, in GetVRegPairFromDebuggerShadowFrame() function in art::StackVisitor
411 if (GetVRegPairFromDebuggerShadowFrame(vreg, kind_lo, kind_hi, val)) { in GetVRegPair()