Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc197 bool StackVisitor::GetVRegFromDebuggerShadowFrame(uint16_t vreg, in GetVRegFromDebuggerShadowFrame() function in art::StackVisitor
229 if (GetVRegFromDebuggerShadowFrame(vreg, kind, val)) { in GetVReg()
399 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits); in GetVRegPairFromDebuggerShadowFrame()
400 success &= GetVRegFromDebuggerShadowFrame(vreg + 1, kind_hi, &high_32bits); in GetVRegPairFromDebuggerShadowFrame()
Dstack.h327 bool GetVRegFromDebuggerShadowFrame(uint16_t vreg, VRegKind kind, uint32_t* val) const