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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp587 if (_oop_limit >= point &&
588 _oop_limit <= point + NativeCall::instruction_size) {
589 _oop_limit = NULL;
591 // If the _oop_limit is NULL, it "defaults" to the end of the call.
595 normalize_address(_oop_limit, dest);
597 jint x1 = scaled_offset_null_special(_oop_limit, point);
607 _oop_limit = x1==0? NULL: address_from_scaled_offset(x1, point);
888 if (_oop_limit == NULL)
891 return _oop_limit;
H A DrelocInfo.hpp989 _first_oop = first_oop; _oop_limit = oop_limit;
995 address _oop_limit; // search limit for set-oop instructions member in class:virtual_call_Relocation

Completed in 38 milliseconds