Searched refs:the_null_string (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp359 ciInstance* the_null_string();
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
/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp1316 Node* null_string = __ makecon(TypeInstPtr::make(C->env()->the_null_string()));

Completed in 607 milliseconds