Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dstack.cc189 bool StackVisitor::GetVRegFromDebuggerShadowFrame(uint16_t vreg, in GetVRegFromDebuggerShadowFrame() function in art::StackVisitor
221 if (GetVRegFromDebuggerShadowFrame(vreg, kind, val)) { in GetVReg()
392 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits); in GetVRegPairFromDebuggerShadowFrame()
393 success &= GetVRegFromDebuggerShadowFrame(vreg + 1, kind_hi, &high_32bits); in GetVRegPairFromDebuggerShadowFrame()
H A Dstack.h321 bool GetVRegFromDebuggerShadowFrame(uint16_t vreg, VRegKind kind, uint32_t* val) const