HomeSort by relevance Sort by last modified time
    Searched defs:Inf1 (Results 1 - 3 of 3) sorted by null

  /art/test/113-multidex/src/
Inf1.java 17 public interface Inf1 {
  /art/test/906-iterate-heap/src/art/
Test906.java 157 setTag(Inf1.class, 10000);
160 if (!checkInitialized(Inf1.class)) {
167 System.out.println("Heap Trace for Inf1 is not as expected:\n" + heapTrace);
169 System.out.println(getTag(Inf1.class));
170 setTag(Inf1.class, 0);
255 private static interface Inf1 {
259 private static interface Inf2 extends Inf1 {
263 private static class IntObject implements Inf1 {
  /art/test/913-heaps/src/art/
Test913.java 199 setTag(Inf1.class, 10000);
200 String heapTrace = followReferencesPrimitiveFields(Inf1.class);
202 if (!checkInitialized(Inf1.class)) {
209 System.out.println("Heap Trace for Inf1 is not as expected:\n" + heapTrace);
211 System.out.println(getTag(Inf1.class));
212 setTag(Inf1.class, 0);
527 private static interface Inf1 {
531 private static interface Inf2 extends Inf1 {
535 private static class IntObject implements Inf1 {

Completed in 116 milliseconds