Searched refs:static_call (Results 1 - 2 of 2) 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
H A DrelocInfo.cpp920 if (iter.static_stub_reloc()->static_call() == static_call_addr) {
942 if (iter.static_stub_reloc()->static_call() == static_call_addr) {
1167 tty->print(" | [static_call=" INTPTR_FORMAT "]", r->static_call());

Completed in 37 milliseconds