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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp110 Node* _initial_i_o; // saves initial i_o until variables declared
157 Node* i_o() { return _cvstate->in(TypeFunc::I_O); } function in class:IdealKit
H A Dcfgnode.hpp499 CreateExNode(const Type* t, Node* control, Node* i_o) : TypeNode(t, 2) { argument
501 init_req(1, i_o);
H A DdoCall.cpp599 Node* i_o = this->i_o(); local
631 CatchNode *cn = new (C) CatchNode(control(), i_o, len+1);
649 Node *ex_oop = _gvn.transform(new (C) CreateExNode(extypes->at(i), ctrl, i_o));
H A Dcallnode.cpp143 ReturnNode::ReturnNode(uint edges, Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *retadr ) : Node(edges) { argument
145 init_req(TypeFunc::I_O,i_o);
182 Node* i_o,
189 init_req(TypeFunc::I_O , i_o );
180 RethrowNode( Node* cntrl, Node* i_o, Node* memory, Node* frameptr, Node* ret_adr, Node* exception ) argument
H A Dcallnode.hpp119 ReturnNode( uint edges, Node *cntrl, Node *i_o, Node *memory, Node *retadr, Node *frameptr );
140 RethrowNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *ret_adr, Node *exception );
159 TailCallNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *retadr, Node *target, Node *moop ) argument
160 : ReturnNode( TypeFunc::Parms+2, cntrl, i_o, memory, frameptr, retadr ) {
173 TailJumpNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *target, Node *ex_oop) argument
174 : ReturnNode(TypeFunc::Parms+2, cntrl, i_o, memory, frameptr, Compile::current()->top()) {
402 Node *i_o () const { return in(TypeFunc::I_O ); } function in class:SafePointNode
733 // they have 2 memory projections and 2 i_o projections (which are distinguished by
H A DgraphKit.hpp440 Node* i_o() const { return map_not_null()->i_o(); } function in class:GraphKit
622 // Transform the call, and update the basics: control, i_o, memory.
H A Dmacro.cpp1092 Node* i_o = alloc->in(TypeFunc::I_O); local
1235 result_phi_i_o->init_req(slow_result_path, i_o);
1237 i_o = prefetch_allocation(i_o, needgc_false, contended_phi_rawmem,
1387 result_phi_i_o ->init_req(fast_result_path, i_o);
1391 result_phi_i_o = i_o; // Rename it to use in the following code.
1416 // Hook i_o projection to avoid its elimination during allocation
1436 // the control and i_o paths. Replace the control memory projection with
1466 // An allocate node has separate i_o projections for the uses on the control
1467 // and i_o path
1608 prefetch_allocation(Node* i_o, Node*& needgc_false, Node*& contended_phi_rawmem, Node* old_eden_top, Node* new_eden_top, Node* length) argument
[all...]

Completed in 61 milliseconds