Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc991 void InstructionCodeGeneratorARM64::GenerateClassInitializationCheck(SlowPathCodeARM64* slow_path, in GenerateClassInitializationCheck()
1014 void InstructionCodeGeneratorARM64::GenerateMemoryBarrier(MemBarrierKind kind) { in GenerateMemoryBarrier()
1037 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
1067 InstructionCodeGeneratorARM64::InstructionCodeGeneratorARM64(HGraph* graph, in InstructionCodeGeneratorARM64() function in art::arm64::InstructionCodeGeneratorARM64
1087 void InstructionCodeGeneratorARM64::Visit##name(H##name* instr) { \
1136 void InstructionCodeGeneratorARM64::HandleFieldGet(HInstruction* instruction, in HandleFieldGet()
1171 void InstructionCodeGeneratorARM64::HandleFieldSet(HInstruction* instruction, in HandleFieldSet()
1202 void InstructionCodeGeneratorARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp()
1262 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { in HandleShift()
1305 void InstructionCodeGeneratorARM64::VisitAdd(HAdd* instruction) { in VisitAdd()
[all …]
Dcode_generator_arm64.h140 class InstructionCodeGeneratorARM64 : public HGraphVisitor {
142 InstructionCodeGeneratorARM64(HGraph* graph, CodeGeneratorARM64* codegen);
172 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorARM64);
351 InstructionCodeGeneratorARM64 instruction_visitor_;