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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp149 static address throw_NullPointerException_entry() { return _throw_NullPointerException_entry; } function in class:TemplateInterpreter
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp761 case IMPLICIT_NULL: return Interpreter::throw_NullPointerException_entry();

Completed in 77 milliseconds