Searched refs:_NullPointerException_instance (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp99 ciInstance* _NullPointerException_instance; member in class:ciEnv
346 assert(_NullPointerException_instance != NULL, "initialization problem");
347 return _NullPointerException_instance;
H A DciEnv.cpp135 _NullPointerException_instance = get_object(o)->as_instance();
190 _NullPointerException_instance = get_object(o)->as_instance();

Completed in 34 milliseconds