Searched refs:obj_store (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp329 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT; local
330 bool needs_store_check = obj_store && (x->value()->as_Constant() == NULL ||
367 LIR_Address* array_addr = emit_array_address(array.result(), index.result(), x->elt_type(), obj_store);
389 if (obj_store) {
395 if (obj_store) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp268 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT; local
269 bool needs_store_check = obj_store && (x->value()->as_Constant() == NULL ||
306 LIR_Address* array_addr = emit_array_address(array.result(), index.result(), x->elt_type(), obj_store);
328 if (obj_store) {

Completed in 56 milliseconds