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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2072 const TypeX* offset_type = _gvn.type(offset)->isa_intptr_t(); local
2073 if (offset_type != NULL &&
2075 offset_type->_lo >= 0 &&
2076 !MacroAssembler::needs_explicit_null_check(offset_type->_hi)) {

Completed in 37 milliseconds