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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp592 // See ic_call_Relocation::oop_limit() below.
820 address oop_limit = NULL; local
831 oop_limit = r->oop_limit();
865 oop_limit = r->oop_limit();
875 assert(oop_limit != NULL && first_oop != NULL && ic_call != NULL, "");
876 all_oops.set_limit(oop_limit);
887 address virtual_call_Relocation::oop_limit() { function in class:virtual_call_Relocation
1160 tty->print(" | [destination=" INTPTR_FORMAT " first_oop=" INTPTR_FORMAT " oop_limit
[all...]
H A DrelocInfo.hpp980 // The oop_limit helps find the last associated set-oop.
982 static RelocationHolder spec(address first_oop, address oop_limit = NULL) {
984 new(rh) virtual_call_Relocation(first_oop, oop_limit);
988 virtual_call_Relocation(address first_oop, address oop_limit) { argument
989 _first_oop = first_oop; _oop_limit = oop_limit;
1003 address oop_limit();
1006 // oop_limit is set to 0 if the limit falls somewhere within the call.
1007 // When unpacking, a zero oop_limit is taken to refer to the end of the call.

Completed in 28 milliseconds