Searched defs:array_length (Results 1 – 14 of 14) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination_test.cc | 91 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0); in TEST_F() local 191 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0); in TEST_F() local 246 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0); in TEST_F() local 311 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0); in TEST_F() local 393 HInstruction* array_length = new (allocator) HArrayLength(null_check, 0); in BuildSSAGraph1() local 494 HInstruction* array_length = new (allocator) HArrayLength(null_check, 0); in BuildSSAGraph2() local 635 HArrayLength* array_length = new (allocator) HArrayLength(null_check, 0); in BuildSSAGraph3() local 721 HInstruction* array_length = new (allocator) HArrayLength(null_check, 0); in BuildSSAGraph4() local 817 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0); in TEST_F() local 1052 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0); in TEST_F() local
|
D | bounds_check_elimination.cc | 826 HInstruction* array_length = bounds_check->InputAt(1); in VisitBoundsCheck() local 1046 HInstruction* array_length = left->AsArrayLength(); in VisitSub() local 1264 HInstruction* array_length, in AddCompareWithDeoptimization() 1302 HInstruction* array_length = bounds_check->InputAt(1); in AddComparesWithDeoptimization() local 1425 HInstruction* array_length = bounds_check->InputAt(1); in TransformLoopForDynamicBCE() local
|
D | superblock_cloner_test.cc | 79 HInstruction* array_length = new (GetAllocator()) HArrayLength(null_check, dex_pc); in CreateBasicLoopDataFlow() local
|
D | graph_visualizer.cc | 423 void VisitArrayLength(HArrayLength* array_length) override { in VisitArrayLength()
|
D | induction_var_range_test.cc | 710 HInstruction* array_length = new (GetAllocator()) HArrayLength(new_array, 0); in TEST_F() local
|
D | code_generator.cc | 300 uint32_t CodeGenerator::GetArrayLengthOffset(HArrayLength* array_length) { in GetArrayLengthOffset()
|
D | code_generator_x86_64.cc | 201 HInstruction* array_length = instruction_->InputAt(1); in EmitNativeCode() local 5442 HInstruction* array_length = instruction->InputAt(1); in VisitBoundsCheck() local
|
D | code_generator_x86.cc | 155 HInstruction* array_length = instruction_->InputAt(1); in EmitNativeCode() local 6097 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 | 358 const int32_t array_length = length / 4; // Object[] has elements of size 4. in FillHeap() local
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 124 int32_t array_length = array->GetLength(); in ReportPrimitiveArray() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1084 int32_t array_length, in PackCollectorArrayForBootstrapMethod()
|
/art/runtime/jni/ |
D | jni_internal.cc | 552 jsize array_length) in ThrowSIOOBE()
|