Searched defs:GetVReg (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack.cc203 bool success = GetVReg(m, reg, kReferenceVReg, &value);
230 *val = shadow_frame->GetVReg(vreg);
239 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const { function in class:art::StackVisitor
255 *val = cur_shadow_frame_->GetVReg(vreg);
H A Dstack.h49 // The kind of vreg being accessed in calls to Set/GetVReg.
193 int32_t GetVReg(size_t i) const { function in class:art::ShadowFrame
238 // on non-moving collectors. Check that the raw reg with GetVReg is equal to this if not certain.
636 bool GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const

Completed in 135 milliseconds