Searched defs:InstructionCodeGeneratorARM64 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 71 milliseconds