Searched defs:the_null_string (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp285 ciInstance* ciEnv::the_null_string() { function in class:ciEnv
288 _the_null_string = get_object(Universe::the_null_string())->as_instance();
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.hpp325 static oop the_null_string() { return _the_null_string; } function in class:Universe

Completed in 47 milliseconds