Searched defs:HIntConstant (Results 1 – 1 of 1) sorted by relevance
32 class HIntConstant; variable1102 explicit HIntConstant(int32_t value) : HConstant(Primitive::kPrimInt), value_(value) {} in HIntConstant() function