Home
last modified time | relevance | path

Searched defs:array_length (Results 1 – 16 of 16) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc82 HArrayLength* array_length = MakeArrayLength(block2, null_check); in TEST_F() local
147 HArrayLength* array_length = MakeArrayLength(block2, null_check); in TEST_F() local
186 HArrayLength* array_length = MakeArrayLength(block1, null_check); in TEST_F() local
228 HArrayLength* array_length = MakeArrayLength(block, null_check); in TEST_F() local
261 HInstruction* array_length = MakeArrayLength(loop_header, null_check); in BuildSSAGraph1() local
331 HInstruction* array_length = MakeArrayLength(pre_header, null_check); in BuildSSAGraph2() local
401 HArrayLength* array_length = MakeArrayLength(loop_body, null_check); in BuildSSAGraph3() local
451 HInstruction* array_length = MakeArrayLength(loop_header, null_check); in BuildSSAGraph4() local
513 HArrayLength* array_length = MakeArrayLength(outer_header, null_check); in TEST_F() local
628 HArrayLength* array_length = MakeArrayLength(loop_body, null_check); in TEST_F() local
Dload_store_analysis.cc97 HInstruction* array_length = inst->AsNewArray()->GetLength(); in InstructionEligibleForLSERemoval() local
Dbounds_check_elimination.cc839 HInstruction* array_length = bounds_check->InputAt(1); in VisitBoundsCheck() local
1160 HInstruction* array_length = left->AsArrayLength(); in VisitSub() local
1378 HInstruction* array_length, in AddCompareWithDeoptimization()
1415 HInstruction* array_length = bounds_check->InputAt(1); in AddComparesWithDeoptimization() local
1539 HInstruction* array_length = bounds_check->InputAt(1); in TransformLoopForDynamicBCE() local
Dsuperblock_cloner_test.cc59 HInstruction* array_length = MakeArrayLength(loop_body, null_check, dex_pc); in CreateBasicLoopDataFlow() local
Doptimizing_unit_test.h639 HArrayLength* array_length = new (GetAllocator()) HArrayLength(array, dex_pc); variable
Dgraph_visualizer.cc465 void VisitArrayLength(HArrayLength* array_length) override { in VisitArrayLength()
Dinduction_var_range_test.cc886 HInstruction* array_length = MakeArrayLength(entry_block_, new_array); in TEST_F() local
Dcode_generator.cc232 uint32_t CodeGenerator::GetArrayLengthOffset(HArrayLength* array_length) { in GetArrayLengthOffset()
Dcode_generator_x86_64.cc218 HArrayLength* array_length = instruction_->InputAt(1)->AsArrayLength(); in EmitNativeCode() local
6235 HInstruction* array_length = instruction->InputAt(1); in VisitBoundsCheck() local
Dcode_generator_x86.cc168 HArrayLength* array_length = instruction_->InputAt(1)->AsArrayLength(); in EmitNativeCode() local
6938 HInstruction* array_length = instruction->InputAt(1); in VisitBoundsCheck() local
/art/test/944-transform-classloaders/src/art/
DTest944.java208 int array_length = Array.getLength(elementArrayValue); in checkDexFileInClassLoader() local
/art/runtime/mirror/
Darray.cc52 int32_t array_length = dimensions->Get(current_dimension); in RecursiveCreateMultiArray() local
/art/runtime/
Dcommon_runtime_test.cc376 const int32_t array_length = length / 4; // Object[] has elements of size 4. in FillHeap() local
/art/runtime/interpreter/
Dinterpreter_common.cc716 int32_t array_length, in PackCollectorArrayForBootstrapMethod()
/art/openjdkjvmti/
Dti_heap.cc154 int32_t array_length = array->GetLength(); in ReportPrimitiveArray() local
/art/runtime/jni/
Djni_internal.cc446 jsize array_length) in ThrowSIOOBE()