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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1258 replace_in_map(value, null());
1323 replace_in_map(value, zerocon(type));
1335 replace_in_map(value, zerocon(type));
1344 replace_in_map(value, cast);
1367 replace_in_map(obj, cast);
1373 //--------------------------replace_in_map-------------------------------------
1374 void GraphKit::replace_in_map(Node* old, Node* neww) { function in class:GraphKit
2113 replace_in_map(value, null());
2522 // (User must make the replace_in_map call.)
2586 replace_in_map(not_null_ob
[all...]

Completed in 37 milliseconds