Home | History | Annotate | Download | only in src

Lines Matching refs:HInstr

2099 #define DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HInstr, op)                       \
2100 HInstruction* HInstr::New##HInstr(Zone* zone, \
2115 return new(zone) HInstr(context, left, right); \
2204 #define DEFINE_NEW_H_BITWISE_INSTR(HInstr, result) \
2205 HInstruction* HInstr::New##HInstr(Zone* zone, \
2216 return new(zone) HInstr(context, left, right); \