Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc1475 void InstructionCodeGeneratorARM64::GenerateClassInitializationCheck(SlowPathCodeARM64* slow_path, in GenerateClassInitializationCheck()
1513 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
1543 InstructionCodeGeneratorARM64::InstructionCodeGeneratorARM64(HGraph* graph, in InstructionCodeGeneratorARM64() function in art::arm64::InstructionCodeGeneratorARM64
1563 void InstructionCodeGeneratorARM64::Visit##name(H##name* instr ATTRIBUTE_UNUSED) { \
1623 void InstructionCodeGeneratorARM64::HandleFieldGet(HInstruction* instruction, in HandleFieldGet()
1683 void InstructionCodeGeneratorARM64::HandleFieldSet(HInstruction* instruction, in HandleFieldSet()
1722 void InstructionCodeGeneratorARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp()
1793 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { in HandleShift()
1835 void InstructionCodeGeneratorARM64::VisitAdd(HAdd* instruction) { in VisitAdd()
1843 void InstructionCodeGeneratorARM64::VisitAnd(HAnd* instruction) { in VisitAnd()
[all …]
Dcode_generator_arm64.h191 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
193 InstructionCodeGeneratorARM64(HGraph* graph, CodeGeneratorARM64* codegen);
279 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorARM64);
627 InstructionCodeGeneratorARM64 instruction_visitor_;