Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h193 int32_t GetVReg(size_t i) const { in GetVReg() function
Dstack.cc239 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const { in GetVReg() function in art::StackVisitor