Searched refs:small_cache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp238 //------------------------------small_cache------------------------------------
239 struct small_cache : public Dict { struct in inherits:Dict
241 small_cache() : Dict( cmpkey, hashptr ) {} function in struct:small_cache
255 Node *PhaseIdealLoop::spinup( Node *iff_dom, Node *new_false, Node *new_true, Node *use_blk, Node *def, small_cache *cache ) {
371 void PhaseIdealLoop::handle_use( Node *use, Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false, Node *old_true ) {
492 small_cache region_cache;
506 small_cache phi_cache;
H A Dloopnode.hpp43 struct small_cache;
1052 Node *spinup( Node *iff, Node *new_false, Node *new_true, Node *region, Node *phi, small_cache *cache );
1054 void handle_use( Node *use, Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false, Node *old_true );

Completed in 53 milliseconds