Searched refs:kind_lo (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | stack.cc | 393 VRegKind kind_lo, in GetVRegPairFromDebuggerShadowFrame() argument 398 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits); in GetVRegPairFromDebuggerShadowFrame() 406 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPair() argument 408 if (kind_lo == kLongLoVReg) { in GetVRegPair() 410 } else if (kind_lo == kDoubleLoVReg) { in GetVRegPair() 413 LOG(FATAL) << "Expected long or double: kind_lo=" << kind_lo << ", kind_hi=" << kind_hi; in GetVRegPair() 417 if (GetVRegPairFromDebuggerShadowFrame(vreg, kind_lo, kind_hi, val)) { in GetVRegPair() 435 return GetVRegPairFromOptimizedCode(m, vreg, kind_lo, kind_hi, val); in GetVRegPair() 439 VRegKind kind_lo, VRegKind kind_hi, in GetVRegPairFromOptimizedCode() argument 443 bool success = GetVRegFromOptimizedCode(m, vreg, kind_lo, &low_32bits); in GetVRegPairFromOptimizedCode() [all …]
|
D | stack.h | 235 bool GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, VRegKind kind_hi, 254 VRegKind kind_lo, 333 bool GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, VRegKind kind_lo, VRegKind kind_hi, 337 VRegKind kind_lo, VRegKind kind_hi, 342 bool GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, VRegKind kind_lo,
|