Searched refs:GenerateCompareTestAndBranch (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 366 void GenerateCompareTestAndBranch(HCondition* condition,
|
D | code_generator_x86.h | 377 void GenerateCompareTestAndBranch(HCondition* condition,
|
D | code_generator_arm_vixl.h | 505 void GenerateCompareTestAndBranch(HCondition* condition,
|
D | code_generator_x86_64.cc | 2212 void InstructionCodeGeneratorX86_64::GenerateCompareTestAndBranch(HCondition* condition, in GenerateCompareTestAndBranch() function in art::x86_64::InstructionCodeGeneratorX86_64 2328 GenerateCompareTestAndBranch(condition, true_target, false_target); in GenerateTestAndBranch()
|
D | code_generator_x86.cc | 2097 void InstructionCodeGeneratorX86::GenerateCompareTestAndBranch(HCondition* condition, in GenerateCompareTestAndBranch() function in art::x86::InstructionCodeGeneratorX86 2213 GenerateCompareTestAndBranch(condition, true_target, false_target); in GenerateTestAndBranch()
|
D | code_generator_arm_vixl.cc | 2878 void InstructionCodeGeneratorARMVIXL::GenerateCompareTestAndBranch(HCondition* condition, in GenerateCompareTestAndBranch() function in art::arm::InstructionCodeGeneratorARMVIXL 2973 GenerateCompareTestAndBranch(condition, true_target, false_target, far_target); in GenerateTestAndBranch()
|