Searched defs:null_check (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination_test.cc | 92 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F() local 191 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F() local 246 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter1, 0); in TEST_F() local 310 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter, 0); in TEST_F() local 392 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1() local 493 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph2() local 633 HNullCheck* null_check = new (allocator) HNullCheck(new_array, 0); in BuildSSAGraph3() local 719 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph4() local 815 HNullCheck* null_check = new (&allocator_) HNullCheck(parameter, 0); in TEST_F() local
|
D | ssa_liveness_analysis_test.cc | 108 HInstruction* null_check = new (&allocator_) HNullCheck(array, 0); in TEST_F() local 178 HInstruction* null_check = new (&allocator_) HNullCheck(array, 0); in TEST_F() local
|
D | nodes_test.cc | 45 HInstruction* null_check = new (&allocator) HNullCheck(parameter, 0); in TEST() local
|
D | code_generator.cc | 1132 bool CodeGenerator::CanMoveNullCheckToUser(HNullCheck* null_check) { in CanMoveNullCheckToUser() 1161 HNullCheck* null_check = first_prev_not_move->AsNullCheck(); in MaybeRecordImplicitNullCheck() local
|
D | instruction_simplifier.cc | 430 void InstructionSimplifierVisitor::VisitNullCheck(HNullCheck* null_check) { in VisitNullCheck()
|
D | instruction_builder.cc | 233 HNullCheck* null_check = new (arena_) HNullCheck(ref, dex_pc); in LoadNullCheckedLocal() local
|