Searched refs:store_to_memory (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp107 store_to_memory(NULL, adr_sp, last_sp, T_ADDRESS, NoAlias);
217 store_to_memory(NULL, adr_sp, null(), T_ADDRESS, NoAlias);
222 store_to_memory(NULL, adr_last_Java_pc, null(), T_ADDRESS, NoAlias);
224 store_to_memory(NULL, adr_flags, intcon(0), T_INT, NoAlias);
229 store_to_memory(NULL, adr_last_Java_fp, null(), T_ADDRESS, NoAlias);
240 store_to_memory(NULL, adr, null(), T_ADDRESS, NoAlias);
H A DparseHelper.cpp352 store_to_memory( NULL, adr_node, incr, T_INT, adr_type );
386 store_to_memory(NULL, adr_node, incr, T_INT, adr_type );
406 store_to_memory(NULL, adr_node, incr, T_BYTE, adr_type);
H A Dparse3.cpp274 store = store_to_memory( control(), adr, val, bt, adr_type, is_vol );
503 store_to_memory(control(), dims_elem, length[j], T_INT, TypeAryPtr::INTS);
H A DgraphKit.hpp505 Node* store_to_memory(Node* ctl, Node* adr, Node* val, BasicType bt, function in class:GraphKit
509 assert(adr_type != NULL, "use other store_to_memory factory");
510 return store_to_memory(ctl, adr, val, bt,
516 Node* store_to_memory(Node* ctl, Node* adr, Node* val, BasicType bt,
H A Dstringopts.cpp1170 Node* st = __ store_to_memory(kit.control(), kit.array_element_address(char_array, m1, T_CHAR),
1212 Node* st = __ store_to_memory(kit.control(), kit.array_element_address(char_array, m1, T_CHAR),
1243 __ store_to_memory(kit.control(), kit.array_element_address(char_array, start, T_CHAR),
1463 __ store_to_memory(kit.control(), kit.array_element_address(char_array, start, T_CHAR),
H A DgraphKit.cpp1444 Node* GraphKit::store_to_memory(Node* ctl, Node* adr, Node *val, BasicType bt, function in class:GraphKit
1447 assert(adr_idx != Compile::AliasIdxTop, "use other store_to_memory factory" );
1549 assert(adr_idx != Compile::AliasIdxTop, "use other store_to_memory factory" );
1556 Node* store = store_to_memory(control(), adr, val, bt, adr_idx);
1867 store_to_memory( ctrl, counter_addr, incr, T_INT, adr_type );
3826 store_to_memory(ctrl, basic_plus_adr(str, offset_offset),
3839 store_to_memory(ctrl, basic_plus_adr(str, value_offset),
3849 store_to_memory(ctrl, basic_plus_adr(str, count_offset),
H A Dparse2.cpp65 store_to_memory(control(), adr, val, elem_type, adr_type);
1705 store_to_memory(control(), a, c, T_LONG, TypeAryPtr::LONGS);
1714 store_to_memory(control(), a, c, T_DOUBLE, TypeAryPtr::DOUBLES);
H A Dlibrary_call.cpp2460 (void) store_to_memory(control(), adr, val, type, adr_type, is_volatile);
2838 store = store_to_memory(control(), adr, val, type, adr_type, require_atomic_access);
2893 store_to_memory(control(), insp, orl, T_LONG, adr_type);
5206 store_to_memory(control(), dptr, sval, T_INT, adr_type);
H A Dparse1.cpp232 store_to_memory(control(), box, displaced_hdr, T_ADDRESS, Compile::AliasIdxRaw);

Completed in 96 milliseconds