Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 3 of 3) sorted by relevance

/art/test/069-field-type/src/
DMain.java10 Holder holder = new Holder(); in main() local
15 holder.mValue = blah; in main()
21 holder.mValue.run(); in main()
29 Comparable cmp = (Comparable) holder.mValue; in main()
/art/test/080-oom-throw/src/
DMain.java21 static void blowup(char[][] holder) { in blowup() argument
23 for (int i = 0; i < holder.length; ++i) { in blowup()
24 holder[i] = new char[1024 * 1024]; in blowup()
/art/test/069-field-type/
Dinfo.txt3 versions of the field-holder class we can bypass the compiler's type