Searched defs:store_to_memory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
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 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),

Completed in 75 milliseconds