Home | History | Annotate | Download | only in x64

Lines Matching refs:instr

174   static L##type* cast(LInstruction* instr) {    \
175 ASSERT(instr->Is##type()); \
176 return reinterpret_cast<L##type*>(instr); \
2097 LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
2100 LInstruction* Define(LTemplateInstruction<1, I, T>* instr);
2102 LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
2104 LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
2107 LInstruction* DefineSameAsFirst(LTemplateInstruction<1, I, T>* instr);
2109 LInstruction* DefineFixed(LTemplateInstruction<1, I, T>* instr,
2112 LInstruction* DefineFixedDouble(LTemplateInstruction<1, I, T>* instr,
2114 LInstruction* AssignEnvironment(LInstruction* instr);
2115 LInstruction* AssignPointerMap(LInstruction* instr);
2123 LInstruction* instr,
2126 LInstruction* MarkAsSaveDoubles(LInstruction* instr);
2129 LInstruction* instr, int ast_id);
2137 LInstruction* DoBit(Token::Value op, HBitwiseBinaryOperation* instr);
2138 LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2140 HArithmeticBinaryOperation* instr);
2142 HArithmeticBinaryOperation* instr);