Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h203 void SetVReg(size_t i, int32_t val) { in SetVReg() function
Dinterpreter_switch_impl-inl.h1884 void SetVReg(size_t i, int32_t val) { shadow_frame.SetVReg(i, val); } in SetVReg() function
/art/runtime/
Dstack.cc494 bool StackVisitor::SetVReg(ArtMethod* m, uint16_t vreg, uint32_t new_value, VRegKind kind) { in SetVReg() function in art::StackVisitor