/art/test/449-checker-bce/src/ |
D | Main.java | 70 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/ |
D | Main.java | 52 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/ |
D | Main.java | 52 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/ |
D | VarHandleUnitTestHelpers.java | 56 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/ |
D | Main.java | 30 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/ |
D | Main.java | 18 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/ |
D | Main.java | 20 int[] array = new int[51]; in main() local 85 static void testArrayLengthBoundsCheckX86(int[] array, int index) { in testArrayLengthBoundsCheckX86()
|
/art/test/045-reflect-array/src/ |
D | Main.java | 29 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/ |
D | Main.java | 72 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/ |
D | Main.java | 144 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/ |
D | Main.java | 18 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/ |
D | Main.java | 28 int[] array = new int[20]; in boundTypeForMergingPhi() local 41 int[] array = new int[20]; in boundTypeForLoopPhi() local
|
/art/test/530-checker-loops3/src/ |
D | Main.java | 231 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/ |
D | atomic_dex_ref_map-inl.h | 56 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/ |
D | emulated_stack_frame.cc | 94 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/ |
D | Main.java | 60 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/ |
D | Main.java | 133 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/ |
D | compiled_method_storage.cc | 37 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/ |
D | Main.java | 492 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/ |
D | Main.java | 39 int[] array = null; in boundTypeForIfNotNull() local
|
/art/test/957-methodhandle-transforms/src/ |
D | Main.java | 270 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/668-aiobe/src/ |
D | Main.java | 22 double[] array = new double[5]; in main() local
|
/art/test/472-type-propagation/src/ |
D | Main.java | 23 public static void ssaBuilderDouble(double[] array) { in ssaBuilderDouble()
|
/art/test/498-type-propagation/src/ |
D | Main.java | 25 int[] array = new int[7]; in main() local
|
/art/test/562-checker-no-intermediate/src/ |
D | Main.java | 100 static int[] array = new int[2]; field in Main
|