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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp182 // The CompiledStaticCall represents a call to a static method in the compiled
197 class CompiledStaticCall;
205 friend class CompiledStaticCall;
212 class CompiledStaticCall: public NativeCall { class in inherits:NativeCall
220 friend CompiledStaticCall* compiledStaticCall_before(address return_addr);
221 friend CompiledStaticCall* compiledStaticCall_at(address native_call);
222 friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site);
250 inline CompiledStaticCall* compiledStaticCall_before(address return_addr) {
251 CompiledStaticCall* st = (CompiledStaticCall*)nativeCall_befor
[all...]

Completed in 41 milliseconds