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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp382 void add_req_batch( Node* n, uint m ); // Append m NEW required inputs (all n).
H A Dnode.cpp725 //---------------------------add_req_batch-------------------------------------
727 void Node::add_req_batch( Node *n, uint m ) { function in class:Node
H A DgraphKit.cpp883 call->add_req_batch(top(), youngest_jvms->debug_depth());
927 p += l; // already set to top above by add_req_batch
943 p += s0; // skip the tops preinstalled by add_req_batch
947 p += l; // already set to top above by add_req_batch

Completed in 56 milliseconds