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

/art/compiler/optimizing/
H A Dcode_generator_arm.cc1263 void InstructionCodeGeneratorARM::GenerateLongComparesAndJumps(HCondition* cond, function in class:art::arm::InstructionCodeGeneratorARM
1363 GenerateLongComparesAndJumps(condition, true_target, false_target);
1596 GenerateLongComparesAndJumps(cond, &true_label, &false_label);
H A Dcode_generator_x86.cc1184 void InstructionCodeGeneratorX86::GenerateLongComparesAndJumps(HCondition* cond, function in class:art::x86::InstructionCodeGeneratorX86
1331 GenerateLongComparesAndJumps(condition, true_target, false_target);
1689 GenerateLongComparesAndJumps(cond, &true_label, &false_label);

Completed in 49 milliseconds