Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.h332 void GenerateLongComparesAndJumps(HCondition* cond,
H A Dcode_generator_x86.cc1698 void InstructionCodeGeneratorX86::GenerateLongComparesAndJumps(HCondition* cond, in GenerateLongComparesAndJumps() function in art::x86::InstructionCodeGeneratorX86
1847 GenerateLongComparesAndJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2211 GenerateLongComparesAndJumps(cond, &true_label, &false_label); in HandleCondition()