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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp345 class PatchingStub: public CodeStub { class in inherits:CodeStub
371 PatchingStub(MacroAssembler* masm, PatchID id, int oop_index = -1): function in class:PatchingStub
389 if (_id == PatchingStub::access_field_id) {
423 virtual void print_name(outputStream* out) const { out->print("PatchingStub"); }

Completed in 32 milliseconds