Searched defs:_the_null_string (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp105 ciInstance* _the_null_string; // The Java string "null" member in class:ciEnv
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp144 oop Universe::_the_null_string = NULL; member in class:Universe
264 f->do_oop((oop*)&_the_null_string);
357 _the_null_string = StringTable::intern("null", CHECK);
H A Duniverse.hpp185 static oop _the_null_string; // A cache of "null" as a Java string member in class:Universe
325 static oop the_null_string() { return _the_null_string; }

Completed in 87 milliseconds