Home
last modified time | relevance | path

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

/art/runtime/
Djava_frame_root_info.h53 size_t GetVReg() const { in GetVReg() function
Dstack.cc220 bool StackVisitor::GetVReg(ArtMethod* m, in GetVReg() function in art::StackVisitor
/art/runtime/interpreter/
Dshadow_frame.h138 int32_t GetVReg(size_t i) const { in GetVReg() function
Dinterpreter_switch_impl-inl.h1876 int32_t GetVReg(size_t i) const { return shadow_frame.GetVReg(i); } in GetVReg() function