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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1079 address _static_call; // location of corresponding static_call member in class:static_stub_Relocation
1082 _static_call = static_call;
1091 address static_call() { return _static_call; }
H A DrelocInfo.cpp614 normalize_address(_static_call, insts);
615 p = pack_1_int_to(p, scaled_offset(_static_call, insts->start()));
621 _static_call = address_from_scaled_offset(unpack_1_int(), base);

Completed in 37 milliseconds