Searched defs:array_length (Results  1 – 15 of 15) sorted by relevance
| /art/compiler/optimizing/ | 
| D | bounds_check_elimination_test.cc | 92   HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);  in TEST_F()  local192   HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);  in TEST_F()  local
 247   HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);  in TEST_F()  local
 312   HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);  in TEST_F()  local
 394   HInstruction* array_length = new (allocator) HArrayLength(null_check, 0);  in BuildSSAGraph1()  local
 495   HInstruction* array_length = new (allocator) HArrayLength(null_check, 0);  in BuildSSAGraph2()  local
 636   HArrayLength* array_length = new (allocator) HArrayLength(null_check, 0);  in BuildSSAGraph3()  local
 722   HInstruction* array_length = new (allocator) HArrayLength(null_check, 0);  in BuildSSAGraph4()  local
 818   HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);  in TEST_F()  local
 1053   HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);  in TEST_F()  local
 
 | 
| D | load_store_analysis.cc | 135     HInstruction* array_length = inst->AsNewArray()->GetLength();  in InstructionEligibleForLSERemoval()  local
 | 
| D | bounds_check_elimination.cc | 839     HInstruction* array_length = bounds_check->InputAt(1);  in VisitBoundsCheck()  local1160       HInstruction* array_length = left->AsArrayLength();  in VisitSub()  local
 1378                                     HInstruction* array_length,  in AddCompareWithDeoptimization()
 1416       HInstruction* array_length = bounds_check->InputAt(1);  in AddComparesWithDeoptimization()  local
 1540     HInstruction* array_length = bounds_check->InputAt(1);  in TransformLoopForDynamicBCE()  local
 
 | 
| D | superblock_cloner_test.cc | 84     HInstruction* array_length = new (GetAllocator()) HArrayLength(null_check, dex_pc);  in CreateBasicLoopDataFlow()  local
 | 
| D | graph_visualizer.cc | 460   void VisitArrayLength(HArrayLength* array_length) override {  in VisitArrayLength()
 | 
| D | induction_var_range_test.cc | 931   HInstruction* array_length = new (GetAllocator()) HArrayLength(new_array, 0);  in TEST_F()  local
 | 
| D | code_generator.cc | 298 uint32_t CodeGenerator::GetArrayLengthOffset(HArrayLength* array_length) {  in GetArrayLengthOffset()
 | 
| D | code_generator_x86_64.cc | 218       HArrayLength* array_length = instruction_->InputAt(1)->AsArrayLength();  in EmitNativeCode()  local6017     HInstruction* array_length = instruction->InputAt(1);  in VisitBoundsCheck()  local
 
 | 
| D | code_generator_x86.cc | 167       HArrayLength* array_length = instruction_->InputAt(1)->AsArrayLength();  in EmitNativeCode()  local6718     HInstruction* array_length = instruction->InputAt(1);  in VisitBoundsCheck()  local
 
 | 
| /art/test/944-transform-classloaders/src/art/ | 
| D | Test944.java | 208     int array_length = Array.getLength(elementArrayValue);  in checkDexFileInClassLoader()  local
 | 
| /art/runtime/mirror/ | 
| D | array.cc | 52   int32_t array_length = dimensions->Get(current_dimension);  in RecursiveCreateMultiArray()  local
 | 
| /art/runtime/ | 
| D | common_runtime_test.cc | 374     const int32_t array_length = length / 4;  // Object[] has elements of size 4.  in FillHeap()  local
 | 
| /art/runtime/interpreter/ | 
| D | interpreter_common.cc | 743                                                  int32_t array_length,  in PackCollectorArrayForBootstrapMethod()
 | 
| /art/openjdkjvmti/ | 
| D | ti_heap.cc | 154     int32_t array_length = array->GetLength();  in ReportPrimitiveArray()  local
 | 
| /art/runtime/jni/ | 
| D | jni_internal.cc | 442                         jsize array_length)  in ThrowSIOOBE()
 |