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

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc979 void InstructionCodeGeneratorMIPS64::GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path,
988 void InstructionCodeGeneratorMIPS64::GenerateMemoryBarrier(MemBarrierKind kind ATTRIBUTE_UNUSED) {
992 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction,
1012 InstructionCodeGeneratorMIPS64::InstructionCodeGeneratorMIPS64(HGraph* graph, function in class:art::mips64::InstructionCodeGeneratorMIPS64
1059 void InstructionCodeGeneratorMIPS64::HandleBinaryOp(HBinaryOperation* instruction) {
1165 void InstructionCodeGeneratorMIPS64::HandleShift(HBinaryOperation* instr) {
1262 void InstructionCodeGeneratorMIPS64::VisitAdd(HAdd* instruction) {
1270 void InstructionCodeGeneratorMIPS64::VisitAnd(HAnd* instruction) {
1286 void InstructionCodeGeneratorMIPS64
[all...]
H A Dcode_generator_mips64.h201 class InstructionCodeGeneratorMIPS64 : public InstructionCodeGenerator { class in namespace:art::mips64
203 InstructionCodeGeneratorMIPS64(HGraph* graph, CodeGeneratorMIPS64* codegen);
254 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorMIPS64);
366 InstructionCodeGeneratorMIPS64 instruction_visitor_;

Completed in 165 milliseconds