Searched defs:HIntConstant (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h32 class HIntConstant;
1100 class HIntConstant : public HConstant { class in namespace:art
1102 explicit HIntConstant(int32_t value) : HConstant(Primitive::kPrimInt), value_(value) {} function in class:art::HIntConstant
1111 DISALLOW_COPY_AND_ASSIGN(HIntConstant);

Completed in 77 milliseconds