Home
last modified time | relevance | path

Searched refs:SetVRegPair (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dstack.h239 bool SetVRegPair(ArtMethod* m,
Dstack.cc403 bool StackVisitor::SetVRegPair(ArtMethod* m, in SetVRegPair() function in art::StackVisitor
Ddebugger.cc2851 if (!visitor.SetVRegPair(m, vreg, value, kDoubleLoVReg, kDoubleHiVReg)) { in SetLocalValue()
2858 if (!visitor.SetVRegPair(m, vreg, value, kLongLoVReg, kLongHiVReg)) { in SetLocalValue()
/art/openjdkjvmti/
Dti_method.cc843 if (!visitor.SetVRegPair(method, in Execute()