Searched defs:GenerateCompareTestAndBranch (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.cc1347 void InstructionCodeGeneratorARM::GenerateCompareTestAndBranch(HCondition* condition, function in class:art::arm::InstructionCodeGeneratorARM
1437 GenerateCompareTestAndBranch(condition, true_target, false_target);
H A Dcode_generator_x86.cc1315 void InstructionCodeGeneratorX86::GenerateCompareTestAndBranch(HCondition* condition, function in class:art::x86::InstructionCodeGeneratorX86
1427 GenerateCompareTestAndBranch(condition, true_target, false_target);
H A Dcode_generator_x86_64.cc1358 void InstructionCodeGeneratorX86_64::GenerateCompareTestAndBranch(HCondition* condition, function in class:art::x86_64::InstructionCodeGeneratorX86_64
1470 GenerateCompareTestAndBranch(condition, true_target, false_target);

Completed in 1350 milliseconds