Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h333 bool GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, VRegKind kind_lo, VRegKind kind_hi,
Dstack.cc393 bool StackVisitor::GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, in GetVRegPairFromDebuggerShadowFrame() function in art::StackVisitor
418 if (GetVRegPairFromDebuggerShadowFrame(vreg, kind_lo, kind_hi, val)) { in GetVRegPair()