Searched refs:is_vol (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | parse3.cpp | 172 bool is_vol = field->is_volatile(); local 203 Node* ld = make_load(NULL, adr, type, bt, adr_type, is_vol); 247 bool is_vol = field->is_volatile(); local 251 if (is_vol) insert_mem_bar(Op_MemBarRelease); 274 store = store_to_memory( control(), adr, val, bt, adr_type, is_vol ); 279 if (is_vol) {
|
H A D | library_call.cpp | 5397 bool is_vol = field->is_volatile(); local 5408 Node* loadedField = make_load(NULL, adr, type, bt, adr_type, is_vol);
|
Completed in 51 milliseconds