Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc92 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
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 (&allocator_) HNullCheck(parameter, 0); in TEST_F() local
Dnodes_test.cc45 HInstruction* null_check = new (&allocator) HNullCheck(parameter, 0); in TEST() local
Dcode_generator.cc1076 bool CodeGenerator::CanMoveNullCheckToUser(HNullCheck* null_check) { in CanMoveNullCheckToUser()
1101 HNullCheck* null_check = first_prev_not_move->AsNullCheck(); in MaybeRecordImplicitNullCheck() local
Dinstruction_simplifier.cc396 void InstructionSimplifierVisitor::VisitNullCheck(HNullCheck* null_check) { in VisitNullCheck()
Dinstruction_builder.cc224 HNullCheck* null_check = new (arena_) HNullCheck(ref, dex_pc); in LoadNullCheckedLocal() local