Searched refs:SetVRegPair (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | stack.h | 239 bool SetVRegPair(ArtMethod* m,
|
D | stack.cc | 403 bool StackVisitor::SetVRegPair(ArtMethod* m, in SetVRegPair() function in art::StackVisitor
|
D | debugger.cc | 2851 if (!visitor.SetVRegPair(m, vreg, value, kDoubleLoVReg, kDoubleHiVReg)) { in SetLocalValue() 2858 if (!visitor.SetVRegPair(m, vreg, value, kLongLoVReg, kLongHiVReg)) { in SetLocalValue()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 843 if (!visitor.SetVRegPair(method, in Execute()
|