Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc178 bool StackVisitor::GetVRegFromDebuggerShadowFrame(uint16_t vreg, in GetVRegFromDebuggerShadowFrame() function in art::StackVisitor
206 if (GetVRegFromDebuggerShadowFrame(vreg, kind, val)) { in GetVReg()
328 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits); in GetVRegPairFromDebuggerShadowFrame()
329 success &= GetVRegFromDebuggerShadowFrame(vreg + 1, kind_hi, &high_32bits); in GetVRegPairFromDebuggerShadowFrame()
Dstack.h283 bool GetVRegFromDebuggerShadowFrame(uint16_t vreg, VRegKind kind, uint32_t* val) const