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

/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp75 assert(is_null_pointer_exception(npe_addr), "offset must be correct");
77 assert(!is_null_pointer_exception(ame_addr), "offset must be correct");
96 bool is_null_pointer_exception(address epc) { return epc == code_begin()+_npe_offset; } function in class:VtableStub

Completed in 29 milliseconds