Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dstack.cc226 bool StackVisitor::GetVRegFromDebuggerShadowFrame(uint16_t vreg, in GetVRegFromDebuggerShadowFrame() function in art::StackVisitor
259 if (GetVRegFromDebuggerShadowFrame(vreg, kind, val)) { in GetVReg()
439 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits); in GetVRegPairFromDebuggerShadowFrame()
440 success &= GetVRegFromDebuggerShadowFrame(vreg + 1, kind_hi, &high_32bits); in GetVRegPairFromDebuggerShadowFrame()
H A Dstack.h356 bool GetVRegFromDebuggerShadowFrame(uint16_t vreg, VRegKind kind, uint32_t* val) const