Searched refs:Binop_23x (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | builder.cc | 458 void HGraphBuilder::Binop_23x(const Instruction& instruction, Primitive::Type type) { in Binop_23x() function in art::HGraphBuilder 466 void HGraphBuilder::Binop_23x(const Instruction& instruction, in Binop_23x() function in art::HGraphBuilder 1594 Binop_23x<HAdd>(instruction, Primitive::kPrimInt); in AnalyzeDexInstruction() 1599 Binop_23x<HAdd>(instruction, Primitive::kPrimLong); in AnalyzeDexInstruction() 1604 Binop_23x<HAdd>(instruction, Primitive::kPrimDouble); in AnalyzeDexInstruction() 1609 Binop_23x<HAdd>(instruction, Primitive::kPrimFloat); in AnalyzeDexInstruction() 1614 Binop_23x<HSub>(instruction, Primitive::kPrimInt); in AnalyzeDexInstruction() 1619 Binop_23x<HSub>(instruction, Primitive::kPrimLong); in AnalyzeDexInstruction() 1624 Binop_23x<HSub>(instruction, Primitive::kPrimFloat); in AnalyzeDexInstruction() 1629 Binop_23x<HSub>(instruction, Primitive::kPrimDouble); in AnalyzeDexInstruction() [all …]
|
D | builder.h | 112 void Binop_23x(const Instruction& instruction, Primitive::Type type); 115 void Binop_23x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
|