Searched defs:static_call (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp214 // Data: [[N]n] the offset of the associated static_call reloc
302 visitor(static_call) \
1072 static RelocationHolder spec(address static_call) { argument
1074 new(rh) static_stub_Relocation(static_call);
1079 address _static_call; // location of corresponding static_call
1081 static_stub_Relocation(address static_call) { argument
1082 _static_call = static_call;
1091 address static_call() { return _static_call; } function in class:static_stub_Relocation

Completed in 28 milliseconds