Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 124) sorted by relevance

12345

/art/test/449-checker-bce/src/
DMain.java70 static void narrow(int[] array, int offset) { in narrow()
124 static void constantIndexing1(int[] array) { in constantIndexing1()
152 static void $opt$noinline$constantIndexing2(int[] array) { in $opt$noinline$constantIndexing2()
187 static void constantIndexing2b(int[] array) { in constantIndexing2b()
216 static void constantIndexing2c(int[] array) { in constantIndexing2c()
284 static void constantIndexing4(int[] array) { in constantIndexing4()
302 static void constantIndexing5(int[] array) { in constantIndexing5()
323 static void constantIndexing6(int[] array) { in constantIndexing6()
350 static void constantIndexing7(int[] array, int base) { in constantIndexing7()
380 static void constantIndexing8(int[] array, int base) { in constantIndexing8()
[all …]
/art/test/527-checker-array-access-split/src/
DMain.java52 public static int constantIndexGet(int array[]) { in constantIndexGet()
87 public static void constantIndexSet(int array[]) { in constantIndexSet()
120 public static int get(int array[], int index) { in get()
165 public static void set(int array[], int index, int value) { in set()
233 public static void getSet(int array[], int index) { in getSet()
309 public static int[] accrossGC(int array[], int index) { in accrossGC()
403 int[] array = {0, 7, 14, 21}; in canMergeAfterBCE1() local
516 int[] array = {64, 8, 4, 2 }; in canMergeAfterBCE2() local
556 int[] array = {123, 456, 789}; in main() local
/art/test/011-array-copy/src/
DMain.java52 static void initByteArray(byte[] array) { in initByteArray()
57 static void initShortArray(short[] array) { in initShortArray()
62 static void initIntArray(int[] array) { in initIntArray()
67 static void initLongArray(long[] array) { in initLongArray()
72 static void initCharArray(char[] array) { in initCharArray()
/art/test/535-deopt-and-inlining/src/
DMain.java30 public static void doCall(int[] array) { in doCall()
38 public static void deopt(int[] array) { in deopt()
49 public static void $inline$deopt(int[] array) { in $inline$deopt()
/art/test/045-reflect-array/src/
DMain.java29 int[] array = (int[]) intArray; in testSingleInt() local
75 char[] array = (char[]) charArray; in testSingleChar() local
146 long[] array = (long[]) longArray; in testSingleLong() local
167 String[] array = (String[]) strArray; in testSingle() local
/art/test/412-new-array/src/
DMain.java144 int[] array = new int[-1]; in $opt$TestNegativeArraySize() local
224 int[] array = new int[0]; in testSmaliFillArrayData() local
256 int[] array = new int[7]; in testSmaliFillArrayData() local
295 int[] array = new int[7]; in testSmaliFillArrayData() local
334 short[] array = new short[7]; in testSmaliFillArrayData() local
373 long[] array = new long[7]; in testSmaliFillArrayData() local
412 char[] array = new char[7]; in testSmaliFillArrayData() local
/art/test/534-checker-bce-deoptimization/src/
DMain.java72 float[] array = new float[2]; in testPreserveFloat() local
91 public static void $noinline$FloatFill(float f1, float f2, float[] array, int n) { in $noinline$FloatFill()
101 double[] array = new double[2]; in testPreserveDouble() local
120 public static void $noinline$DoubleFill(double d1, double d2, double[] array, int n) { in $noinline$DoubleFill()
/art/test/609-checker-x86-bounds-check/src/
DMain.java20 int[] array = new int[51]; in main() local
85 static void testArrayLengthBoundsCheckX86(int[] array, int index) { in testArrayLengthBoundsCheckX86()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc499 ObjPtr<mirror::Object> array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)); in ExecuteSwitchImpl() local
912 ObjPtr<mirror::BooleanArray> array = a->AsBooleanArray(); in ExecuteSwitchImpl() local
930 ObjPtr<mirror::ByteArray> array = a->AsByteArray(); in ExecuteSwitchImpl() local
948 ObjPtr<mirror::CharArray> array = a->AsCharArray(); in ExecuteSwitchImpl() local
966 ObjPtr<mirror::ShortArray> array = a->AsShortArray(); in ExecuteSwitchImpl() local
985 ObjPtr<mirror::IntArray> array = ObjPtr<mirror::IntArray>::DownCast(a); in ExecuteSwitchImpl() local
1004 ObjPtr<mirror::LongArray> array = ObjPtr<mirror::LongArray>::DownCast(a); in ExecuteSwitchImpl() local
1022 ObjPtr<mirror::ObjectArray<mirror::Object>> array = a->AsObjectArray<mirror::Object>(); in ExecuteSwitchImpl() local
1041 ObjPtr<mirror::BooleanArray> array = a->AsBooleanArray(); in ExecuteSwitchImpl() local
1060 ObjPtr<mirror::ByteArray> array = a->AsByteArray(); in ExecuteSwitchImpl() local
[all …]
/art/test/530-checker-loops3/src/
DMain.java231 public static void stencil(int[] array, int start, int end) { in stencil()
249 public static void shortBound1(int[] array, short s) { in shortBound1()
268 public static void shortBound2(int[] array, short s) { in shortBound2()
281 public static void narrowingFromLong(int[] array, int n) { in narrowingFromLong()
/art/test/499-bce-phi-array-length/src/
DMain.java18 public static int foo(int start, int[] array) { in foo()
35 public static int bar(int start, int[] array) { in bar()
/art/test/554-checker-rtp-checkcast/src/
DMain.java28 int[] array = new int[20]; in boundTypeForMergingPhi() local
41 int[] array = new int[20]; in boundTypeForLoopPhi() local
/art/compiler/driver/
Dcompiled_method_storage.cc34 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) { in CopyArray()
44 void ReleaseArray(SwapSpace* swap_space, const LengthPrefixedArray<T>* array) { in ReleaseArray()
68 const LengthPrefixedArray<T>* array) { in ReleaseArrayIfNotDeduplicated()
159 const LengthPrefixedArray<T>* Copy(const ArrayRef<const T>& array) { in Copy()
163 void Destroy(const LengthPrefixedArray<T>* array) { in Destroy()
/art/runtime/mirror/
Demulated_stack_frame.cc90 int8_t* array = stack_frame_->GetData(); in Set() local
98 int8_t* array = stack_frame_->GetData(); in SetLong() local
110 const int8_t* array = stack_frame_->GetData(); in Get() local
121 const int8_t* array = stack_frame_->GetData(); in GetLong() local
241 const int8_t* array = stack_frame->GetData(); in GetReturnValue() local
265 int8_t* array = stack_frame->GetData(); in SetReturnValue() local
/art/test/407-arrays/src/
DMain.java133 public static void ensureThrows(boolean[] array, int index) { in ensureThrows()
155 public static void $opt$doArrayLoad(boolean[] array, int index) { in $opt$doArrayLoad()
159 public static void $opt$doArrayStore(boolean[] array, int index) { in $opt$doArrayStore()
/art/compiler/utils/
Datomic_method_ref_map-inl.h31 ElementArray* const array = GetArray(ref.dex_file); in Insert() local
43 const ElementArray* const array = GetArray(ref.dex_file); in Get() local
/art/test/957-methodhandle-transforms/src/
DMain.java270 int[] array = new int[1]; in testArrayElementGetter() local
292 long[] array = new long[1]; in testArrayElementGetter() local
302 short[] array = new short[1]; in testArrayElementGetter() local
312 char[] array = new char[1]; in testArrayElementGetter() local
342 float[] array = new float[1]; in testArrayElementGetter() local
352 double[] array = new double[1]; in testArrayElementGetter() local
362 String[] array = new String[3]; in testArrayElementGetter() local
379 int[] array = new int[2]; in testArrayElementSetter() local
405 long[] array = new long[1]; in testArrayElementSetter() local
414 short[] array = new short[1]; in testArrayElementSetter() local
[all …]
/art/test/530-checker-lse/src/
DMain.java691 static int sumWithFilter(int[] array, Filter f) { in sumWithFilter()
714 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
865 int[] array = new int[4]; in testAllocationEliminationOfArray1() local
885 int[] array = new int[4]; in testAllocationEliminationOfArray2() local
905 int[] array = new int[4]; in testAllocationEliminationOfArray3() local
925 int[] array = new int[4]; in testAllocationEliminationOfArray4() local
991 int[] array = {2, 5, 9, -1, -3, 10, 8, 4}; in main() local
/art/test/552-checker-sharpening/src/
DMain.java171 public static int testLoop(int[] array, int x) { in testLoop()
199 public static int testLoopWithDiamond(int[] array, boolean negate, int x) { in testLoopWithDiamond()
/art/test/445-checker-licm/src/
DMain.java102 public static int arrayLength(int[] array) { in arrayLength()
119 public static int divAndIntrinsic(int[] array) { in divAndIntrinsic()
/art/test/562-checker-no-intermediate/src/
DMain.java96 static int[] array = new int[2]; field in Main
/art/test/559-checker-rtp-ifnotnull/src/
DMain.java39 int[] array = null; in boundTypeForIfNotNull() local
/art/test/472-type-propagation/src/
DMain.java23 public static void ssaBuilderDouble(double[] array) { in ssaBuilderDouble()
/art/test/456-baseline-array-set/src/
DMain.java24 Integer[] array = new Integer[2]; in doArrayAccess() local
/art/test/498-type-propagation/src/
DMain.java25 int[] array = new int[7]; in main() local

12345