Home | History | Annotate | Download | only in src

Lines Matching refs:GetConstant

647 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
651 // recursively call GetConstant
672 return GetConstant(&constant_0_, 0);
677 return GetConstant(&constant_1_, 1);
682 return GetConstant(&constant_minus1_, -1);
687 HConstant* HGraph::GetConstant##Name() { \
730 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);