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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp1121 SafePointScalarObjectNode::clone(int jvms_adj, Dict* sosn_map) const {
1122 void* cached = (*sosn_map)[(void*)this];
1128 sosn_map->Insert((void*)this, (void*)res);
H A Dcallnode.hpp485 // "sosn_map" is a map, specific to the translation of "s" to "new_call",
487 SafePointScalarObjectNode* clone(int jvms_adj, Dict* sosn_map) const;
H A Dmacro.cpp75 Dict* sosn_map = new Dict(cmpkey,hashkey); local
82 Node* new_in = old_sosn->clone(jvms_adj, sosn_map);

Completed in 52 milliseconds