Home
last modified time | relevance | path

Searched refs:Binop_12x (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dbuilder.cc495 void HGraphBuilder::Binop_12x(const Instruction& instruction, Primitive::Type type) { in Binop_12x() function in art::HGraphBuilder
511 void HGraphBuilder::Binop_12x(const Instruction& instruction, in Binop_12x() function in art::HGraphBuilder
1634 Binop_12x<HAdd>(instruction, Primitive::kPrimInt); in AnalyzeDexInstruction()
1763 Binop_12x<HAdd>(instruction, Primitive::kPrimLong); in AnalyzeDexInstruction()
1768 Binop_12x<HAdd>(instruction, Primitive::kPrimDouble); in AnalyzeDexInstruction()
1773 Binop_12x<HAdd>(instruction, Primitive::kPrimFloat); in AnalyzeDexInstruction()
1778 Binop_12x<HSub>(instruction, Primitive::kPrimInt); in AnalyzeDexInstruction()
1783 Binop_12x<HSub>(instruction, Primitive::kPrimLong); in AnalyzeDexInstruction()
1788 Binop_12x<HSub>(instruction, Primitive::kPrimFloat); in AnalyzeDexInstruction()
1793 Binop_12x<HSub>(instruction, Primitive::kPrimDouble); in AnalyzeDexInstruction()
[all …]
Dbuilder.h126 void Binop_12x(const Instruction& instruction, Primitive::Type type);
129 void Binop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);