Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h206 void SetVReg(size_t i, int32_t val) { in SetVReg() function
/art/runtime/
Dstack.cc375 bool StackVisitor::SetVReg(ArtMethod* m, in SetVReg() function in art::StackVisitor