Home
last modified time | relevance | path

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

/art/test/596-app-images/src-art/
DMain.java81 assertEquals("Static string on initialized class is pre-interned", BootInternedString.boot, in testInternedStrings()
82 BootInternedString.boot.intern()); in testInternedStrings()
181 class BootInternedString { class