Home
last modified time | relevance | path

Searched refs:array_int (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/614-checker-dump-constant-location/src/
H A DMain.java19 public static int array_int[] = { 0 }; field in Main
35 array_int[0] = 1; in store_to_arrays()
/aosp12/art/test/615-checker-arm64-store-zero/src/
H A DMain.java389 int array_int[]; field in Main
392 array_int[0] = 0; in store_zero_to_array_int()
430 obj.array_int = new int[1]; in main()
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/
H A Dreduce_general_result.rscript161 typedef int array_int[7];
162 static void my_array_int_accum(array_int *accum, int val) { }
163 static void my_array_int_comb(array_int *accum, const array_int *other) { }
/aosp12/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A Dreduce_general_accumulator.rscript210 typedef int array_int[7];
211 static void my_array_int_accum(array_int *accum, int val) { }
212 static void my_array_int_comb(array_int *accum, const array_int *other) { }
213 static void my_array_int_out(int *out, const array_int *accum) { }
/aosp12/art/test/510-checker-try-catch/smali/
H A DRuntime.smali506 fill-array-data v0, :array_int
523 :array_int