Searched defs:_static_call (Results 1 - 1 of 1) 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; }

Completed in 33 milliseconds