Searched refs:G1PostBarrierStub (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp438 jbyte* G1PostBarrierStub::_byte_map_base = NULL;
440 jbyte* G1PostBarrierStub::byte_map_base_slow() {
447 void G1PostBarrierStub::emit_code(LIR_Assembler* ce) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp491 jbyte* G1PostBarrierStub::_byte_map_base = NULL;
493 jbyte* G1PostBarrierStub::byte_map_base_slow() {
500 void G1PostBarrierStub::emit_code(LIR_Assembler* ce) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp577 class G1PostBarrierStub: public CodeStub { class in inherits:CodeStub
593 G1PostBarrierStub(LIR_Opr addr, LIR_Opr new_val): _addr(addr), _new_val(new_val) { } function in class:G1PostBarrierStub
606 virtual void print_name(outputStream* out) const { out->print("G1PostBarrierStub"); }
H A Dc1_LIRGenerator.cpp1573 CodeStub* slow = new G1PostBarrierStub(addr, new_val);

Completed in 44 milliseconds