Home | History | Annotate | Download | only in art

Lines Matching refs:tagged

43     int tagged = iterateThroughHeapCount(HEAP_FILTER_OUT_UNTAGGED, null, Integer.MAX_VALUE);
50 if (all != tagged + untagged) {
51 throw new IllegalStateException("Instances: " + all + " != " + tagged + " + " + untagged);
57 if (tagged != 6) {
58 throw new IllegalStateException(tagged + " tagged objects");
61 throw new IllegalStateException(tagged + " objects with tagged class");
63 if (all == tagged) {
64 throw new IllegalStateException("All objects tagged");
67 throw new IllegalStateException("All objects have tagged class");