Searched refs:store_check (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp386 __ store_check(value.result(), array.result(), tmp1, tmp2, tmp3, store_check_info, x->profiled_method(), x->profiled_bci());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp325 __ store_check(value.result(), array.result(), tmp1, tmp2, tmp3, store_check_info, x->profiled_method(), x->profiled_bci());
H A Dassembler_x86.hpp2045 void store_check(Register obj); // store check for obj - register is destroyed afterwards
2046 void store_check(Register obj, Address dst); // same as above, dst is exact store location (reg. is destroyed)
2065 // split store_check(Register obj) to enhance instruction interleaving
H A DtemplateTable_x86_32.cpp177 __ store_check(obj.base());
180 __ store_check(rdx);
H A DtemplateTable_x86_64.cpp184 __ store_check(obj.base());
187 __ store_check(rdx);
H A Dassembler_x86.cpp8800 void MacroAssembler::store_check(Register obj) { function in class:MacroAssembler
8807 void MacroAssembler::store_check(Register obj, Address dst) { function in class:MacroAssembler
8808 store_check(obj);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp402 assert(info_for_exception != NULL, "store_check throws exceptions");
1453 void LIR_List::store_check(LIR_Opr object, LIR_Opr array, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, function in class:LIR_List
1752 case lir_store_check: s = "store_check"; break;
H A Dc1_LIR.hpp2148 void store_check(LIR_Opr object, LIR_Opr array, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, CodeEmitInfo* info_for_exception, ciMethod* profiled_method, int profiled_bci);

Completed in 127 milliseconds