/art/test/098-ddmc/ |
D | expected.txt | 2 …en: 8 number of entries: 0 offset to string table from start of message: 15 number of class name s… 14 …en: 8 number of entries: 0 offset to string table from start of message: 15 number of class name s… 23 …en: 8 number of entries: 0 offset to string table from start of message: 15 number of class name s…
|
/art/test/715-clinit-implicit-parameter-annotations/src/ |
D | Main.java | 37 private final int number; field in Main.Inner 41 Inner(@AnnotationA int number, String text) { in Inner() argument 42 this.number = number; in Inner() 47 Inner(@AnnotationA int number, String text, @AnnotationB("x") boolean flag) { in Inner() argument 48 this.number = number; in Inner() 57 private final int number; field in Main.StaticInner 61 StaticInner(@AnnotationA int number, String text) { in StaticInner() argument 62 this.number = number; in StaticInner() 67 StaticInner(@AnnotationB("foo") int number, String text, @AnnotationA boolean flag) { in StaticInner() argument 68 this.number = number; in StaticInner()
|
/art/test/708-jit-cache-churn/src/ |
D | JitCacheChurnTest.java | 202 String number = numbers[instance % numbers.length]; in $noinline$Call() local 203 return number.length(); in $noinline$Call() 212 String number = numbers[instance % numbers.length]; in $noinline$Call() local 213 for (int i = 0; i < number.length(); i += 2) { in $noinline$Call() 219 for (int i = 1; i < number.length(); i += 2) { in $noinline$Call()
|
/art/tools/jfuzz/ |
D | README.md | 33 -v : prints version number and exits 60 --num_tests : number of tests to run (10000 by default) 61 --device : target device serial number (passed to adb -s) 83 --num_proc : number of run_jfuzz_test.py instances to run (8 by default) 99 --num_tests : number of tests to run (10000 by default) 100 --num_inputs : number of JFuzz programs to generate 101 --device : target device serial number (passed to adb -s)
|
/art/test/648-many-direct-methods/ |
D | info.txt | 1 Regression test checking that the runtime can handle a huge number of
|
/art/test/638-no-line-number/ |
D | info.txt | 1 Test for b/30183883, that we emit the dex pc when the line number is missing.
|
/art/test/430-live-register-slow-path/ |
D | info.txt | 2 to miscompute the number of live registers at a safepoint.
|
/art/test/114-ParallelGC/src/ |
D | Main.java | 112 int number = counter.incrementAndGet(); in work() local 114 if (number < THREAD_COUNT) { in work()
|
/art/test/659-unpadded-array/ |
D | info.txt | 3 instead of the initially requested number of bytes.
|
/art/test/693-vdex-inmem-loader-evict/ |
D | info.txt | 1 Check that caching of verification results for InMemoryDexClassLoader obeys a cap on the number
|
/art/test/1955-pop-frame-jit-called/ |
D | info.txt | 3 This test places a breakpoint on the first instruction of a number of functions
|
/art/test/1956-pop-frame-jit-calling/ |
D | info.txt | 3 This test places a breakpoint on the first instruction of a number of functions
|
/art/test/1953-pop-frame/ |
D | info.txt | 3 This test places a breakpoint on the first instruction of a number of functions
|
/art/test/1954-pop-frame-jit/ |
D | info.txt | 3 This test places a breakpoint on the first instruction of a number of functions
|
/art/test/993-breakpoints/ |
D | info.txt | 3 This test places a breakpoint on the first instruction of a number of functions
|
/art/test/1957-error-ext/ |
D | expected.txt | 3 …FINE Unable to perform redefinition of 'Lart/Test1957$Transform;': Total number of declared method…
|
/art/test/303-verification-stress/ |
D | info.txt | 6 Note: these classes are generated automatically. The number of classes and the
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 339 public int getTemporaryVReg(int number) { in getTemporaryVReg() argument 340 if (number >= tempVRegsAllocated) { in getTemporaryVReg() 343 return initialTempVReg + number; in getTemporaryVReg()
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 748 const RegType& number = cache.From(nullptr, "Ljava/lang/Number;", false); in TEST_F() local 749 ASSERT_FALSE(number.IsUnresolvedReference()); in TEST_F() 753 const RegType& uninit_number_0 = cache.Uninitialized(number, 0u); in TEST_F() 769 const RegType& unresolved_a_num = cache.FromUnresolvedMerge(unresolved_a, number, nullptr); in TEST_F() 771 const RegType& unresolved_b_num = cache.FromUnresolvedMerge(unresolved_b, number, nullptr); in TEST_F() 773 const RegType& unresolved_ab_num = cache.FromUnresolvedMerge(unresolved_ab, number, nullptr); in TEST_F() 799 std::vector<const RegType*> plain_nonobj_classes = { &number, &integer }; in TEST_F() 883 ADD_EDGE(number, unresolved_a_num); in TEST_F() 885 ADD_EDGE(number, unresolved_b_num); in TEST_F() 887 ADD_EDGE(number, unresolved_ab_num); in TEST_F() [all …]
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 3 Jitload is an art-specific agent allowing one to count the number of classes
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 3 fieldnull is a JVMTI agent designed for testing for a given field the number of
|
/art/tools/ahat/ |
D | README.txt | 32 * Show version number with --version. 123 Fix page loading performance by showing a limited number of entries by default.
|
/art/test/115-native-bridge/ |
D | expected.txt | 6 Test ART callbacks: all JNI function number is 12.
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 19 * The breakpoint\_location is a number that's a valid jlocation for the runtime
|
/art/tools/dexfuzz/ |
D | README | 89 Iterations - number of attempts we've made to mutate DEX files. 90 VerifyFail - the number of mutated files that ended up failing to verify, either
|