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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp243 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } function in struct:small_cache
313 cache->lru_insert( prior_n, phi_post ); // Fill cache
494 region_cache.lru_insert( new_false, new_false );
495 region_cache.lru_insert( new_true , new_true );

Completed in 517 milliseconds