Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h323 void GenerateLongComparesAndJumps(HCondition* cond,
Dcode_generator_x86.cc1532 void InstructionCodeGeneratorX86::GenerateLongComparesAndJumps(HCondition* cond, in GenerateLongComparesAndJumps() function in art::x86::InstructionCodeGeneratorX86
1681 GenerateLongComparesAndJumps(condition, true_target, false_target); in GenerateCompareTestAndBranch()
2045 GenerateLongComparesAndJumps(cond, &true_label, &false_label); in HandleCondition()