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

/art/compiler/optimizing/
H A Dnodes.h1114 class HLongConstant : public HConstant { class in namespace:art
1116 explicit HLongConstant(int64_t value) : HConstant(Primitive::kPrimLong), value_(value) {} function in class:art::HLongConstant
1125 DISALLOW_COPY_AND_ASSIGN(HLongConstant);

Completed in 7 milliseconds