Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Djava_frame_root_info.h55 size_t GetVReg() const { in GetVReg() function
H A Dstack.cc249 bool StackVisitor::GetVReg(ArtMethod* m, in GetVReg() function in art::StackVisitor
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h39 MachineReg GetVReg() const { return pos_.insn()->RegAt(index_); } in GetVReg() function
/aosp_15_r20/art/runtime/interpreter/
H A Dshadow_frame.h150 int32_t GetVReg(size_t i) const { in GetVReg() function
H A Dinterpreter_switch_impl-inl.h1976 int32_t GetVReg(size_t i) const { return shadow_frame_.GetVReg(i); } in GetVReg() function