Searched refs:InstructionCodeGeneratorMIPS (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.cc1096 void InstructionCodeGeneratorMIPS::GenerateClassInitializationCheck(SlowPathCodeMIPS* slow_path,
1106 void InstructionCodeGeneratorMIPS::GenerateMemoryBarrier(MemBarrierKind kind ATTRIBUTE_UNUSED) {
1110 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction,
1130 InstructionCodeGeneratorMIPS::InstructionCodeGeneratorMIPS(HGraph* graph, function in class:art::mips::InstructionCodeGeneratorMIPS
1184 void InstructionCodeGeneratorMIPS::HandleBinaryOp(HBinaryOperation* instruction) {
1424 void InstructionCodeGeneratorMIPS::HandleShift(HBinaryOperation* instr) {
1640 void InstructionCodeGeneratorMIPS::VisitAdd(HAdd* instruction) {
1648 void InstructionCodeGeneratorMIPS::VisitAnd(HAnd* instruction) {
1664 void InstructionCodeGeneratorMIPS
[all...]
H A Dcode_generator_mips.h201 class InstructionCodeGeneratorMIPS : public InstructionCodeGenerator { class in namespace:art::mips
203 InstructionCodeGeneratorMIPS(HGraph* graph, CodeGeneratorMIPS* codegen);
254 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorMIPS);
374 InstructionCodeGeneratorMIPS instruction_visitor_;

Completed in 247 milliseconds