Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 134) 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}; in canMergeAfterBCE1() local
516 int[] array = {64, 8, 4, 2 }; in canMergeAfterBCE2() local
556 int[] array = {123, 456, 789}; in main() local
/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/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/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/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/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/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/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/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/compiler/driver/
Dcompiled_method_storage.cc36 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) { in CopyArray()
46 void ReleaseArray(SwapSpace* swap_space, const LengthPrefixedArray<T>* array) { in ReleaseArray()
70 const LengthPrefixedArray<T>* array) { in ReleaseArrayIfNotDeduplicated()
152 const LengthPrefixedArray<T>* Copy(const ArrayRef<const T>& array) { in Copy()
156 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
239 const int8_t* array = stack_frame->GetData(); in GetReturnValue() local
263 int8_t* array = stack_frame->GetData(); in SetReturnValue() local
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc643 ObjPtr<mirror::Object> array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)); in ExecuteSwitchImplCpp() local
1060 ObjPtr<mirror::BooleanArray> array = a->AsBooleanArray(); in ExecuteSwitchImplCpp() local
1078 ObjPtr<mirror::ByteArray> array = a->AsByteArray(); in ExecuteSwitchImplCpp() local
1096 ObjPtr<mirror::CharArray> array = a->AsCharArray(); in ExecuteSwitchImplCpp() local
1114 ObjPtr<mirror::ShortArray> array = a->AsShortArray(); in ExecuteSwitchImplCpp() local
1133 ObjPtr<mirror::IntArray> array = ObjPtr<mirror::IntArray>::DownCast(a); in ExecuteSwitchImplCpp() local
1152 ObjPtr<mirror::LongArray> array = ObjPtr<mirror::LongArray>::DownCast(a); in ExecuteSwitchImplCpp() local
1170 ObjPtr<mirror::ObjectArray<mirror::Object>> array = a->AsObjectArray<mirror::Object>(); in ExecuteSwitchImplCpp() local
1189 ObjPtr<mirror::BooleanArray> array = a->AsBooleanArray(); in ExecuteSwitchImplCpp() local
1208 ObjPtr<mirror::ByteArray> array = a->AsByteArray(); in ExecuteSwitchImplCpp() local
[all …]
/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/test/530-checker-lse/src/
DMain.java694 static int sumWithFilter(int[] array, Filter f) { in sumWithFilter()
717 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
874 private static int testNoSideEffects(int[] array) { in testNoSideEffects()
989 int[] array = new int[4]; in testAllocationEliminationOfArray1() local
1009 int[] array = new int[3]; in testAllocationEliminationOfArray2() local
1029 int[] array = new int[4]; in testAllocationEliminationOfArray3() local
1049 int[] array = new int[4]; in testAllocationEliminationOfArray4() local
1067 int[] array = new int[i]; in testAllocationEliminationOfArray5() local
1132 Object[] array = new Object[2]; in testStoreSameValue() local
1200 int[] array = {2, 5, 9, -1, -3, 10, 8, 4}; in main() local
/art/test/550-checker-multiply-accumulate/src/
DMain.java534 public static void initArray(int[] array) { in initArray()
540 public static void initArrayLong(long[] array) { in initArrayLong()
546 public static int calcArraySum(int[] array) { in calcArraySum()
554 public static long calcArraySumLong(long[] array) { in calcArraySumLong()
/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/552-checker-sharpening/src/
DMain.java109 public static int testLoop(int[] array, int x) { in testLoop()
127 public static int testLoopWithDiamond(int[] array, boolean negate, int x) { in testLoopWithDiamond()
/art/test/559-checker-rtp-ifnotnull/src/
DMain.java39 int[] array = null; in boundTypeForIfNotNull() local
/art/test/562-checker-no-intermediate/src/
DMain.java96 static int[] array = new int[2]; field in Main

123456