Home
last modified time | relevance | path

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

123456

/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, 28, 35, 42}; in canMergeAfterBCE1() local
516 int[] array = {128, 64, 32, 8, 4, 2 }; in canMergeAfterBCE2() local
647 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/712-varhandle-invocations/src/
DVarHandleUnitTestHelpers.java56 public static boolean getBytesAs_boolean(byte[] array, int index, ByteOrder order) { in getBytesAs_boolean()
60 public static byte getBytesAs_byte(byte[] array, int index, ByteOrder order) { in getBytesAs_byte()
64 public static char getBytesAs_char(byte[] array, int index, ByteOrder order) { in getBytesAs_char()
68 public static short getBytesAs_short(byte[] array, int index, ByteOrder order) { in getBytesAs_short()
72 public static int getBytesAs_int(byte[] array, int index, ByteOrder order) { in getBytesAs_int()
76 public static long getBytesAs_long(byte[] array, int index, ByteOrder order) { in getBytesAs_long()
80 public static float getBytesAs_float(byte[] array, int index, ByteOrder order) { in getBytesAs_float()
84 public static double getBytesAs_double(byte[] array, int index, ByteOrder order) { in getBytesAs_double()
120 public static void setBytesAs_boolean(byte[] array, int index, boolean value, ByteOrder order) { in setBytesAs_boolean()
124 public static void setBytesAs_byte(byte[] array, int index, byte value, ByteOrder order) { in setBytesAs_byte()
[all …]
/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/667-out-of-bounds/src/
DMain.java18 static int $noinline$arrayAccess(int[] array) { in $noinline$arrayAccess()
23 int[] array = new int[5]; in main() local
/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/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/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/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/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/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/compiler/utils/
Datomic_dex_ref_map-inl.h56 ElementArray* const array = GetArray(ref.dex_file); in Insert() local
69 const ElementArray* const array = GetArray(ref.dex_file); in Get() local
80 ElementArray* const array = GetArray(ref.dex_file); in Remove() local
/art/runtime/mirror/
Demulated_stack_frame.cc94 int8_t* array = stack_frame_->GetData(); in Set() local
102 int8_t* array = stack_frame_->GetData(); in SetLong() local
114 const int8_t* array = stack_frame_->GetData(); in Get() local
125 const int8_t* array = stack_frame_->GetData(); in GetLong() local
242 const int8_t* array = stack_frame->GetData(); in GetReturnValue() local
266 int8_t* array = stack_frame->GetData(); in SetReturnValue() local
/art/test/706-checker-scheduler/src/
DMain.java60 int [] array = new int[10]; in arrayAccess() local
144 int [] array = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in arrayAccessVariable() local
212 int [] array = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in arrayAccessSub() local
272 int [] array = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in arrayAccessLoopVariable() 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/driver/
Dcompiled_method_storage.cc37 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) { in CopyArray()
47 void ReleaseArray(SwapSpace* swap_space, const LengthPrefixedArray<T>* array) { in ReleaseArray()
71 const LengthPrefixedArray<T>* array) { in ReleaseArrayIfNotDeduplicated()
95 const LengthPrefixedArray<T>* Copy(const ArrayRef<const T>& array) { in Copy()
99 void Destroy(const LengthPrefixedArray<T>* array) { in Destroy()
/art/test/550-checker-multiply-accumulate/src/
DMain.java492 public static void initArray(int[] array) { in initArray()
498 public static void initArrayLong(long[] array) { in initArrayLong()
504 public static int calcArraySum(int[] array) { in calcArraySum()
512 public static long calcArraySumLong(long[] array) { in calcArraySumLong()
/art/test/559-checker-rtp-ifnotnull/src/
DMain.java39 int[] array = null; in boundTypeForIfNotNull() local
/art/test/530-checker-lse/src/
DMain.java774 static int sumWithFilter(int[] array, Filter f) { in sumWithFilter()
797 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
954 private static int testNoSideEffects(int[] array) { in testNoSideEffects()
1069 int[] array = new int[4]; in testAllocationEliminationOfArray1() local
1089 int[] array = new int[3]; in testAllocationEliminationOfArray2() local
1109 int[] array = new int[4]; in testAllocationEliminationOfArray3() local
1129 int[] array = new int[4]; in testAllocationEliminationOfArray4() local
1147 int[] array = new int[i]; in testAllocationEliminationOfArray5() local
1212 Object[] array = new Object[2]; in testStoreSameValue() local
1440 int[] array = {2, 5, 9, -1, -3, 10, 8, 4}; in main() local
/art/test/668-aiobe/src/
DMain.java22 double[] array = new double[5]; in main() local
/art/test/472-type-propagation/src/
DMain.java23 public static void ssaBuilderDouble(double[] array) { in ssaBuilderDouble()
/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/562-checker-no-intermediate/src/
DMain.java100 static int[] array = new int[2]; field in Main

123456