Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h187 int32_t GetVReg(size_t i) const { in GetVReg() function
567 uint32_t GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind) const in GetVReg() function
Dstack.cc145 bool StackVisitor::GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind, in GetVReg() function in art::StackVisitor