Searched refs:replace_in_map (Results 1 - 5 of 5) 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...]
H A DparseHelper.cpp190 replace_in_map(array_klass,con);
H A DgraphKit.hpp395 void replace_in_map(Node* old, Node* neww);
793 // (Caller is responsible for doing replace_in_map.)
H A Dparse2.cpp1297 replace_in_map(obj, ccast);
1304 if (val_in_map < 0) return; // replace_in_map would be useless
1365 replace_in_map(val, cast);
H A DcallGenerator.cpp645 kit.replace_in_map(receiver, exact_receiver);

Completed in 594 milliseconds