Home | History | Annotate | Download | only in src

Lines Matching defs:GetConstant

619 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
623 // recursively call GetConstant
633 return GetConstant(&constant_0_, 0);
638 return GetConstant(&constant_1_, 1);
643 return GetConstant(&constant_minus1_, -1);
648 HConstant* HGraph::GetConstant##Name() { \
676 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);