Searched refs:PrepareSetVReg (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/ |
H A D | stack.cc | 445 ShadowFrame* StackVisitor::PrepareSetVReg(ArtMethod* m, uint16_t vreg, bool wide) { in PrepareSetVReg() function in art::StackVisitor 470 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVReg() 479 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ false); in SetVRegReference() 500 ShadowFrame* shadow_frame = PrepareSetVReg(m, vreg, /* wide= */ true); in SetVRegPair()
|
H A D | stack.h | 343 ShadowFrame* PrepareSetVReg(ArtMethod* m, uint16_t vreg, bool wide)
|