Home
last modified time | relevance | path

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

/art/runtime/
Djava_frame_root_info.h38 size_t GetVReg() const { in GetVReg() function
Dstack.cc200 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const { in GetVReg() function in art::StackVisitor
/art/runtime/interpreter/
Dshadow_frame.h128 int32_t GetVReg(size_t i) const { in GetVReg() function