Lines Matching defs:stub
88 // object when we need to remove the stub.
91 // Assemble new stub
104 // anybody calling to this stub will trap
119 assert (ic_stub != NULL, "no room for a single stub");
186 if (TraceICBuffer) { tty->print_cr(" create transition stub for " INTPTR_FORMAT, ic->instruction_address()); }
188 // If an transition stub is already associate with the inline cache, then we remove the association.
206 ICStub* stub = ICStub_from_destination_address(ic->stub_address());
207 return stub->destination();
212 ICStub* stub = ICStub_from_destination_address(ic->stub_address());
213 return stub->cached_oop();