• Home
  • Raw
  • Download

Lines Matching refs:HInstruction

64   HInstruction* first() const { return first_; }  in first()
65 HInstruction* last() const { return last_; } in last()
66 void set_last(HInstruction* instr) { last_ = instr; } in set_last()
67 HInstruction* GetLastInstruction();
103 void AddInstruction(HInstruction* instr);
176 HInstruction* first_;
177 HInstruction* last_;
349 void InsertTypeConversions(HInstruction* instr);
589 virtual void ReturnInstruction(HInstruction* instr, int ast_id) = 0;
630 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
643 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
666 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
822 HInstruction* AddInstruction(HInstruction* instr);
966 void PushAndAdd(HInstruction* instr);
970 template <class Instruction> HInstruction* PreProcessCall(Instruction* call);
1051 HInstruction* BuildBinaryOperation(BinaryOperation* expr,
1054 HInstruction* BuildIncrement(bool returns_original_input,
1061 HInstruction* BuildLoadNamedGeneric(HValue* object, Property* expr);
1062 HInstruction* BuildLoadKeyedGeneric(HValue* object,
1064 HInstruction* BuildExternalArrayElementAccess(
1070 HInstruction* BuildFastElementAccess(HValue* elements,
1076 HInstruction* BuildMonomorphicElementAccess(HValue* object,
1099 HInstruction* BuildLoadNamed(HValue* object,
1103 HInstruction* BuildStoreNamed(HValue* object,
1106 HInstruction* BuildStoreNamed(HValue* object,
1109 HInstruction* BuildStoreNamedField(HValue* object,
1115 HInstruction* BuildStoreNamedGeneric(HValue* object,
1118 HInstruction* BuildStoreKeyedGeneric(HValue* object,