Home | History | Annotate | Download | only in optimizing

Lines Matching full:primitive

40                       Primitive::Type return_type,
89 HInstruction* LoadLocal(uint32_t register_index, Primitive::Type type) const;
108 void Unop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
111 void Binop_23x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
114 void Binop_23x_shift(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
117 Primitive::Type type,
122 void Binop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
125 void Binop_12x_shift(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
137 Primitive::Type input_type,
138 Primitive::Type result_type,
145 Primitive::Type type,
149 void BuildReturn(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
157 Primitive::Type field_type);
164 Primitive::Type anticipated_type);
192 Primitive::Type anticipated_type,
276 const Primitive::Type return_type_;