Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 31) sorted by relevance

12

/art/test/449-checker-bce-rem/src/
DMain.java50 int[] values = {0, 1, 2}; in $noinline$IntRemBy3() local
79 int[] values = {0, 1, 2, 3, 4, 5, 6}; in $noinline$IntRemBy7() local
106 int[] values = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; in $noinline$IntRemBy12() local
133 int[] values = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; in $noinline$IntRemBy12A() local
163 int[] values = new int[Integer.MAX_VALUE]; in $noinline$IntRemByMaxInt() local
190 int[] values = new int[Integer.MAX_VALUE]; in $noinline$IntRemByMinInt() local
216 int[] values = {0, 1, 2}; in $noinline$NoRem01() local
243 int[] values = {0, 1, 2}; in $noinline$NoRem02() local
271 int[] values = {0, 1, 2}; in $noinline$NoRem03() local
301 int[] values = {0, 1, 2}; in $noinline$NoRem04() local
[all …]
/art/test/952-invoke-custom/src/
DTestReturnValues.java217 char[] values = { in testCharReturnValues() local
229 double[] values = { in testDoubleReturnValues() local
243 float[] values = { in testFloatReturnValues() local
257 int[] values = {Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.SIZE, -Integer.SIZE}; in testIntReturnValues() local
264 long[] values = {Long.MIN_VALUE, Long.MAX_VALUE, (long) Long.SIZE, (long) -Long.SIZE}; in testLongReturnValues() local
271 Object[] values = {null, "abc", Integer.valueOf(123)}; in testObjectReturnValues() local
284 short[] values = { in testShortReturnValues() local
DTestLinkerMethodWithRange.java138 Double[] values = new Double[] { a, b, c, d, e, f }; in _multiply() local
/art/test/800-smali/src/
DMain.java29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()
41 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()
50 Object[] values; field in Main.TestCase
/art/tools/ahat/src/main/com/android/ahat/
DSizeTable.java62 static void row(Doc doc, DocString left, Size size, Size base, DocString... values) { in row()
96 static void row(Doc doc, Size size, Size base, DocString... values) { in row()
DDoc.java78 void row(DocString... values); in row()
DHtmlDoc.java145 public void row(DocString... values) { in row()
DHeapTable.java63 List<ValueConfig<T>> values = config.getValueConfigs(); in render() local
/art/test/123-compiler-regressions-mt/src/
DMain.java60 private int[] values = { 42 }; field in B17689750TestVolatile
82 private int[] values = { 42 }; field in B17689750TestMonitor
/art/test/712-varhandle-invocations/src/
DVarHandleBadCoordinateTests.java99 long[] values = new long[33]; in doTest() local
135 long[] values = new long[33]; in doTest() local
163 long[] values = null; in doTest() local
214 long[] values = new long[33]; in doTest() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DEncodedArray.java23 public EncodedValue[] values; field in EncodedArray
/art/runtime/arch/
Dstub_test.cc1051 uint8_t values[num_values] = { 0, 1, 2, 128, 0xFF }; in GetSetBooleanStatic() local
1081 int8_t values[] = { -128, -64, 0, 64, 127 }; in GetSetByteStatic() local
1112 uint8_t values[] = { 0, true, 2, 128, 0xFF }; in GetSetBooleanInstance() local
1147 int8_t values[] = { -128, -64, 0, 64, 127 }; in GetSetByteInstance() local
1182 uint16_t values[] = { 0, 1, 2, 255, 32768, 0xFFFF }; in GetSetCharStatic() local
1212 int16_t values[] = { -0x7FFF, -32768, 0, 255, 32767, 0x7FFE }; in GetSetShortStatic() local
1243 uint16_t values[] = { 0, 1, 2, 255, 32768, 0xFFFF }; in GetSetCharInstance() local
1277 int16_t values[] = { -0x7FFF, -32768, 0, 255, 32767, 0x7FFE }; in GetSetShortInstance() local
1312 uint32_t values[] = { 0, 1, 2, 255, 32768, 1000000, 0xFFFFFFFF }; in GetSet32Static() local
1344 uint32_t values[] = { 0, 1, 2, 255, 32768, 1000000, 0xFFFFFFFF }; in GetSet32Instance() local
[all …]
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java83 int[] values = new int[] { a, b }; in Min2Print2() local
89 int[] values = new int[] { a, b, c }; in Min2Print3() local
95 int[] values = new int[] { a, b, c, d, e, f }; in Min2Print6() local
107 int[] values = new int[] { a, b, c, d, e, f, g, h, i, j, k, l, m, in Min2Print26() local
/art/tools/veridex/
Dhidden_api.cc33 std::vector<std::string> values = android::base::Split(str, ","); in HiddenApi() local
/art/runtime/hprof/
Dhprof.cc228 void AddU1List(const uint8_t* values, size_t count) { in AddU1List()
232 void AddU2List(const uint16_t* values, size_t count) { in AddU2List()
236 void AddU4List(const uint32_t* values, size_t count) { in AddU4List()
243 void AddU8List(const uint64_t* values, size_t count) { in AddU8List()
248 void AddIdList(mirror::ObjectArray<mirror::Object>* values) in AddIdList()
315 void HandleU1List(const uint8_t* values, size_t count) override { in HandleU1List()
320 void HandleU1AsU2List(const uint8_t* values, size_t count) override { in HandleU1AsU2List()
333 void HandleU2List(const uint16_t* values, size_t count) override { in HandleU2List()
343 void HandleU4List(const uint32_t* values, size_t count) override { in HandleU4List()
355 void HandleU8List(const uint64_t* values, size_t count) override { in HandleU8List()
/art/test/979-const-method-handle/src/
DMain.java194 String[] values = {"A", "B", "C"}; in repeatConstMethodHandle() local
/art/libartbase/base/
Dbit_memory_region_test.cc38 uint32_t values[] = { 0, 1, 11, 12, 15, 16, 255, 256, 1u << 16, 1u << 24, ~1u, ~0u }; in TEST() local
Dbit_memory_region.h266 std::array<uint32_t, N> values; in ReadInterleavedVarints() local
326 ALWAYS_INLINE void WriteInterleavedVarints(std::array<uint32_t, N> values) { in WriteInterleavedVarints()
Dbit_string_test.cc47 BitString MakeBitString(std::initializer_list<size_t> values = {}) { in MakeBitString()
Dbit_table.h270 Entry(std::initializer_list<uint32_t> values) { in Entry()
/art/test/411-checker-instruct-simplifier-hrem/src/
DMain.java394 int[] values = new int[v]; in $noinline$IntRemBy18InLoop() local
812 long[] values = new long[(int)v]; in $noinline$LongRemBy18InLoop() local
/art/test/580-crc32/src/
DMain.java40 public static long CRC32BytesUsingUpdateInt(int... values) { in CRC32BytesUsingUpdateInt()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatClassInstance.java364 public InstanceFieldIterator(Value[] values, AhatClassObj classObj) { in InstanceFieldIterator()
/art/runtime/
Dsubtype_check_info_test.cc47 BitString MakeBitString(std::initializer_list<size_t> values = {}) { in MakeBitString()
/art/dexlayout/
Ddex_ir_builder.cc608 EncodedValueVector* values = new EncodedValueVector(); in CreateEncodedArrayItem() local
1187 EncodedValueVector* values = new EncodedValueVector(); in ReadEncodedValue() local

12