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

  /art/test/003-omnibus-opcodes/src/
InternedString.java 19 public class InternedString {
20 public static final String CONST = "Class InternedString";
23 System.out.println("InternedString.run");
52 // "Class InternedString" should remain on the intern list
Main.java 72 InternedString.run();
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 40 struct InternedString {
41 InternedString() : interned(NULL), bytes(NULL) {
44 ~InternedString() {
117 InternedString** bucket = internedStrings[i];
118 InternedString* current;
192 InternedString** internedStrings[BUCKET_COUNT];
254 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) {
256 UniquePtr<InternedString> wrapper(new InternedString);
304 static InternedString** newInternedStringBucket(InternedString* entry)
    [all...]

Completed in 237 milliseconds