Searched refs:kind_lo (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | stack.cc | 394 VRegKind kind_lo, in GetVRegPairFromDebuggerShadowFrame() argument 399 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits); in GetVRegPairFromDebuggerShadowFrame() 407 bool StackVisitor::GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPair() argument 409 if (kind_lo == kLongLoVReg) { in GetVRegPair() 411 } else if (kind_lo == kDoubleLoVReg) { in GetVRegPair() 414 LOG(FATAL) << "Expected long or double: kind_lo=" << kind_lo << ", kind_hi=" << kind_hi; in GetVRegPair() 418 if (GetVRegPairFromDebuggerShadowFrame(vreg, kind_lo, kind_hi, val)) { in GetVRegPair() 436 return GetVRegPairFromOptimizedCode(m, vreg, kind_lo, kind_hi, val); in GetVRegPair() 440 VRegKind kind_lo, VRegKind kind_hi, in GetVRegPairFromOptimizedCode() argument 444 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,
|