Home
last modified time | relevance | path

Searched defs:null_check (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc91 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local
191 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local
246 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local
311 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() local
393 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1() local
494 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph2() local
635 HNullCheck* null_check = new (allocator) HNullCheck(new_array, 0); in BuildSSAGraph3() local
721 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph4() local
817 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() local
1052 HNullCheck* null_check = new (GetAllocator()) HNullCheck(new_array, 0); in TEST_F() local
Dssa_liveness_analysis_test.cc97 HInstruction* null_check = new (GetAllocator()) HNullCheck(array, 0); in TEST_F() local
166 HInstruction* null_check = new (GetAllocator()) HNullCheck(array, 0); in TEST_F() local
Dnodes_test.cc158 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() local
Dconstructor_fence_redundancy_elimination.cc58 void VisitNullCheck(HNullCheck* null_check) override { in VisitNullCheck()
Dsuperblock_cloner_test.cc83 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameters_[0], dex_pc); in CreateBasicLoopDataFlow() local
Dcode_generator.cc1634 bool CodeGenerator::CanMoveNullCheckToUser(HNullCheck* null_check) { in CanMoveNullCheckToUser()
1639 HNullCheck* null_check = instr->GetImplicitNullCheck(); in MaybeRecordImplicitNullCheck() local
Dload_store_analysis_test.cc684 HInstruction* null_check = new (GetAllocator()) HNullCheck(bound_type, 0); in TEST_F() local
Dinstruction_simplifier.cc576 void InstructionSimplifierVisitor::VisitNullCheck(HNullCheck* null_check) { in VisitNullCheck()
Dinstruction_builder.cc315 HNullCheck* null_check = new (allocator_) HNullCheck(ref, dex_pc); in LoadNullCheckedLocal() local
Dload_store_elimination.cc1167 void VisitNullCheck(HNullCheck* null_check) override { in VisitNullCheck()