Searched defs:vreg (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | stack.h | 189 const uint32_t* vreg = &vregs_[i]; in GetVReg() local 196 const uint32_t* vreg = &vregs_[i]; in GetVRegFloat() local 202 const uint32_t* vreg = &vregs_[i]; in GetVRegLong() local 210 const uint32_t* vreg = &vregs_[i]; in GetVRegDouble() local 239 uint32_t* vreg = &vregs_[i]; in SetVReg() local 250 uint32_t* vreg = &vregs_[i]; in SetVRegFloat() local 261 uint32_t* vreg = &vregs_[i]; in SetVRegLong() local 275 uint32_t* vreg = &vregs_[i]; in SetVRegDouble() local 293 uint32_t* vreg = &vregs_[i]; in SetVRegReference() local 567 uint32_t GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind) const in GetVReg() [all …]
|
D | vmap_table.h | 54 bool IsInContext(size_t vreg, VRegKind kind, uint32_t* vmap_offset) const { in IsInContext()
|
D | stack.cc | 145 bool StackVisitor::GetVReg(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind, in GetVReg() 192 bool StackVisitor::GetVRegPair(mirror::ArtMethod* m, uint16_t vreg, VRegKind kind_lo, in GetVRegPair() 246 bool StackVisitor::SetVReg(mirror::ArtMethod* m, uint16_t vreg, uint32_t new_value, in SetVReg() 303 bool StackVisitor::SetVRegPair(mirror::ArtMethod* m, uint16_t vreg, uint64_t new_value, in SetVRegPair()
|
/art/compiler/dex/ |
D | mir_graph.h | 757 int GetUseCount(int vreg) const { in GetUseCount() 761 int GetRawUseCount(int vreg) const { in GetRawUseCount() 914 bool IsInVReg(int vreg) { in IsInVReg()
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 474 void MarkSweep::VerifyRootCallback(const Object* root, void* arg, size_t vreg, in VerifyRootCallback() 479 void MarkSweep::VerifyRoot(const Object* root, size_t vreg, const StackVisitor* visitor, in VerifyRoot()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 171 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
|