Searched refs:dex_reg (Results 1 – 2 of 2) sorted by relevance
/art/test/466-get-live-vreg/ |
D | get_live_vreg_jni.cc | 61 uint32_t dex_reg, in CheckOptimizedOutRegLiveness() argument 69 CHECK_EQ(GetVReg(m, dex_reg, vreg_kind, &value), false); in CheckOptimizedOutRegLiveness() 71 CHECK(GetVReg(m, dex_reg, vreg_kind, &value)); in CheckOptimizedOutRegLiveness()
|
/art/runtime/ |
D | monitor.cc | 1482 for (uint32_t dex_reg : dex_lock_info.dex_registers) { in VisitLocks() local 1484 success = stack_visitor->GetVReg(m, dex_reg, kReferenceVReg, &value); in VisitLocks()
|