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

/art/runtime/
H A Dstack.cc135 return reinterpret_cast<mirror::Object*>(GetVReg(m, reg, kReferenceVReg));
145 bool StackVisitor::GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind, function in class:art::StackVisitor
187 *val = cur_shadow_frame_->GetVReg(vreg);
H A Dstack.h43 // The kind of vreg being accessed in calls to Set/GetVReg.
187 int32_t GetVReg(size_t i) const { function in class:art::ShadowFrame
564 bool GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const
567 uint32_t GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind) const
570 bool success = GetVReg(m, vreg, kind, &val);

Completed in 31 milliseconds