HomeSort by relevance Sort by last modified time
    Searched defs:GetVReg (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
instruction-selector-impl.h 43 GetVReg(node)));
49 GetVReg(node)));
54 reg.code(), GetVReg(node)));
61 reg.code(), GetVReg(node)));
66 int virtual_register = GetVReg(node);
73 return Define(node, ToUnallocatedOperand(location, rep, GetVReg(node)));
81 primary_location, secondary_location, GetVReg(node)));
87 GetVReg(node)));
93 GetVReg(node)));
99 GetVReg(node)))
    [all...]
  /art/runtime/
stack.cc 203 bool success = GetVReg(m, reg, kReferenceVReg, &value);
230 *val = shadow_frame->GetVReg(vreg);
239 bool StackVisitor::GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const {
255 *val = cur_shadow_frame_->GetVReg(vreg);
    [all...]
stack.h 49 // The kind of vreg being accessed in calls to Set/GetVReg.
193 int32_t GetVReg(size_t i) const {
238 // on non-moving collectors. Check that the raw reg with GetVReg is equal to this if not certain.
636 bool GetVReg(ArtMethod* m, uint16_t vreg, VRegKind kind, uint32_t* val) const

Completed in 130 milliseconds