Searched refs:clone_map (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp172 SafePointNode* clone_map();
857 PreserveJVMState(GraphKit* kit, bool clone_map = true);
H A Dparse1.cpp325 SafePointNode* bad_type_exit = clone_map();
661 set_map(clone_map());
714 _exits.set_map(_exits.clone_map());
962 ex_jvms->set_map(kit.clone_map());
H A DgraphKit.cpp284 _map = clone_map();
635 PreserveJVMState::PreserveJVMState(GraphKit* kit, bool clone_map) { argument
640 kit->set_map(clone_map ? kit->clone_map() : NULL);
690 //------------------------------clone_map--------------------------------------
693 // Only clone_map(...) here. If this function is only used in the
697 SafePointNode* GraphKit::clone_map() { function in class:GraphKit
719 _map = clone_map();

Completed in 239 milliseconds