Searched refs:GenerateTestAndBranch (Results 1 – 9 of 9) sorted by relevance
/art/test/477-checker-bound-type/ |
D | info.txt | 2 It also tests a code generator regression for GenerateTestAndBranch which
|
/art/compiler/optimizing/ |
D | code_generator_x86.h | 312 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86_64.h | 304 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm_vixl.h | 418 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm64.h | 364 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86_64.cc | 1805 void InstructionCodeGeneratorX86_64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86_64::InstructionCodeGeneratorX86_64 1902 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 1919 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 2024 GenerateTestAndBranch<NearLabel>(select, in VisitSelect()
|
D | code_generator_x86.cc | 1715 void InstructionCodeGeneratorX86::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86::InstructionCodeGeneratorX86 1813 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 1830 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 1955 GenerateTestAndBranch<NearLabel>( in VisitSelect()
|
D | code_generator_arm64.cc | 3448 void InstructionCodeGeneratorARM64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm64::InstructionCodeGeneratorARM64 3572 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 3590 GenerateTestAndBranch(deoptimize, in VisitDeoptimize()
|
D | code_generator_arm_vixl.cc | 2687 void InstructionCodeGeneratorARMVIXL::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm::InstructionCodeGeneratorARMVIXL 2795 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 2813 GenerateTestAndBranch(deoptimize, in VisitDeoptimize() 2982 GenerateTestAndBranch(select, 2, true_target, false_target, /* far_target= */ false); in VisitSelect()
|