Home
last modified time | relevance | path

Searched refs:vregs_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack.h190 const uint32_t* vreg = &vregs_[i]; in GetVReg()
197 const uint32_t* vreg = &vregs_[i]; in GetVRegFloat()
203 const uint32_t* vreg = &vregs_[i]; in GetVRegLong()
211 const uint32_t* vreg = &vregs_[i]; in GetVRegDouble()
224 const uint32_t* vreg_ptr = &vregs_[i]; in GetVRegReference()
235 return &vregs_[i]; in GetVRegArgs()
240 uint32_t* vreg = &vregs_[i]; in SetVReg()
251 uint32_t* vreg = &vregs_[i]; in SetVRegFloat()
262 uint32_t* vreg = &vregs_[i]; in SetVRegLong()
276 uint32_t* vreg = &vregs_[i]; in SetVRegDouble()
[all …]
/art/compiler/optimizing/
Dnodes.h641 HEnvironment(ArenaAllocator* arena, size_t number_of_vregs) : vregs_(arena, number_of_vregs) { in HEnvironment()
642 vregs_.SetSize(number_of_vregs); in HEnvironment()
644 vregs_.Put(i, nullptr); in HEnvironment()
651 vregs_.Put(i, instruction); in Populate()
659 vregs_.Put(index, instruction); in SetRawEnvAt()
663 return &vregs_; in GetVRegs()
667 GrowableArray<HInstruction*> vregs_;