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