Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc90 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local
190 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local
245 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local
310 HNullCheck* null_check = new (GetAllocator()) 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
634 HNullCheck* null_check = new (allocator) HNullCheck(new_array, 0); in BuildSSAGraph3() local
720 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph4() local
816 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() local
1051 HNullCheck* null_check = new (GetAllocator()) HNullCheck(new_array, 0); in TEST_F() local
H A Dssa_liveness_analysis_test.cc96 HInstruction* null_check = new (GetAllocator()) HNullCheck(array, 0); in TEST_F() local
165 HInstruction* null_check = new (GetAllocator()) HNullCheck(array, 0); in TEST_F() local
H A Dnodes_test.cc157 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() local
H A Dconstructor_fence_redundancy_elimination.cc58 void VisitNullCheck(HNullCheck* null_check) override { in VisitNullCheck()
H A Dsuperblock_cloner_test.cc82 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameters_[0], dex_pc); in CreateBasicLoopDataFlow() local
H A Dcode_generator.cc1562 bool CodeGenerator::CanMoveNullCheckToUser(HNullCheck* null_check) { in CanMoveNullCheckToUser()
1567 HNullCheck* null_check = instr->GetImplicitNullCheck(); in MaybeRecordImplicitNullCheck() local
H A Dload_store_analysis_test.cc679 HInstruction* null_check = new (GetAllocator()) HNullCheck(bound_type, 0); in TEST_F() local
H A Dinstruction_simplifier.cc572 void InstructionSimplifierVisitor::VisitNullCheck(HNullCheck* null_check) { in VisitNullCheck()
H A Dinstruction_builder.cc314 HNullCheck* null_check = new (allocator_) HNullCheck(ref, dex_pc); in LoadNullCheckedLocal() local
/aosp12/system/tools/aidl/
H A Dgenerate_cpp.cpp789 IfStatement* null_check = new IfStatement( in BuildServerSource() local