HomeSort by relevance Sort by last modified time
    Searched defs:null_check (Results 1 - 10 of 10) sorted by null

  /art/compiler/optimizing/
nodes_test.cc 45 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameter, 0); local
46 first_block->AddInstruction(null_check);
55 GetAllocator(), 1, graph->GetArtMethod(), 0, null_check);
56 null_check->SetRawEnvironment(environment);
58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0);
63 first_block->RemoveInstruction(null_check);
constructor_fence_redundancy_elimination.cc 58 void VisitNullCheck(HNullCheck* null_check) OVERRIDE {
59 VisitAlias(null_check); variable
ssa_liveness_analysis_test.cc 104 HInstruction* null_check = new (GetAllocator()) HNullCheck(array, 0); local
105 block->AddInstruction(null_check);
110 null_check);
112 null_check->SetRawEnvironment(null_check_env);
173 HInstruction* null_check = new (GetAllocator()) HNullCheck(array, 0); local
174 block->AddInstruction(null_check);
179 null_check);
181 null_check->SetRawEnvironment(null_check_env);
superblock_cloner_test.cc 94 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameter_, dex_pc); local
95 HInstruction* array_length = new (GetAllocator()) HArrayLength(null_check, dex_pc);
98 new (GetAllocator()) HArrayGet(null_check, bounds_check, DataType::Type::kInt32, dex_pc);
101 new (GetAllocator()) HArraySet(null_check, bounds_check, add, DataType::Type::kInt32, dex_pc);
104 loop_body->AddInstruction(null_check);
123 null_check->CopyEnvironmentFrom(env);
bounds_check_elimination_test.cc 90 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); local
91 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);
95 null_check, bounds_check2, constant_1, DataType::Type::kInt32, 0);
96 block2->AddInstruction(null_check);
103 null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
104 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
107 block3->AddInstruction(null_check);
114 null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
115 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
119 null_check, bounds_check4, constant_1, DataType::Type::kInt32, 0)
190 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); local
245 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0); local
310 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); local
392 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); local
493 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); local
633 HNullCheck* null_check = new (allocator) HNullCheck(new_array, 0); local
719 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); local
815 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); local
1046 HNullCheck* null_check = new (GetAllocator()) HNullCheck(new_array, 0); local
    [all...]
load_store_analysis_test.cc 622 HInstruction* null_check = new (GetAllocator()) HNullCheck(bound_type, 0); local
623 HInstruction* array_get3 = new (GetAllocator()) HArrayGet(null_check,
628 HInstruction* inter_addr = new (GetAllocator()) HIntermediateAddress(null_check, c1, 0);
637 entry->AddInstruction(null_check);
652 size_t loc3 = heap_location_collector.GetArrayHeapLocation(null_check, c1);
code_generator.cc 1372 HNullCheck* null_check = first_prev_not_move->AsNullCheck(); local
    [all...]
instruction_builder.cc 277 HNullCheck* null_check = new (allocator_) HNullCheck(ref, dex_pc); local
278 AppendInstruction(null_check);
279 return null_check;
    [all...]
  /system/tools/aidl/
generate_cpp.cpp 589 IfStatement* null_check = new IfStatement( local
592 on_transact->GetStatementBlock()->AddStatement(null_check);
593 null_check->OnTrue()->AddStatement(new Assignment(
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 725 } null_check; member in union:_OnigStackType::__anon8302

Completed in 657 milliseconds