Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h237 void SetVReg(size_t i, int32_t val) { in SetVReg() function
Dstack.cc246 bool StackVisitor::SetVReg(mirror::ArtMethod* m, uint16_t vreg, uint32_t new_value, in SetVReg() function in art::StackVisitor