Home | History | Annotate | Download | only in src

Lines Matching refs:HInstr

3581 #define DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HInstr, op)                       \
3582 HInstruction* HInstr::New( \
3595 return new(zone) HInstr(context, left, right); \
3841 #define DEFINE_NEW_H_BITWISE_INSTR(HInstr, result) \
3842 HInstruction* HInstr::New( \
3851 return new(zone) HInstr(context, left, right); \