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

  /art/test/679-locks/src/
Main.java 17 class NotLoaded {
42 if (o instanceof NotLoaded) {
43 ((NotLoaded)o).foo();
  /art/test/678-quickening/src-art/
Main.java 20 class NotLoaded {
34 // We used to crash while trying to resolve NotLoaded and beint interrupted
36 if (m instanceof NotLoaded) {
37 ((NotLoaded)m).foo();

Completed in 128 milliseconds