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

/openjdk10/hotspot/src/share/vm/opto/
H A DidealKit.hpp158 Node* i_o() { return _cvstate->in(TypeFunc::I_O); } function in class:IdealKit
H A Dcfgnode.hpp578 CreateExNode(const Type* t, Node* control, Node* i_o) : TypeNode(t, 2) { argument
H A DdoCall.cpp715 Node* i_o = this->i_o(); local
H A Dcallnode.cpp164 ReturnNode::ReturnNode(uint edges, Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *retadr ) : Node(edges) { argument
201 RethrowNode( Node* cntrl, Node* i_o, Node* memory, Node* frameptr, Node* ret_adr, Node* exception ) argument
H A DgraphKit.hpp465 Node* i_o() const { return map_not_null()->i_o(); } function in class:GraphKit
H A Dmacro.cpp1336 Node* i_o = alloc->in(TypeFunc::I_O); local
1866 prefetch_allocation(Node* i_o, Node*& needgc_false, Node*& contended_phi_rawmem, Node* old_eden_top, Node* new_eden_top, Node* length) argument
[all...]
H A Dcallnode.hpp164 TailCallNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *retadr, Node *target, Node *moop ) argument
178 TailJumpNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *target, Node *ex_oop) argument
410 Node *i_o () const { return in(TypeFunc::I_O ); } function in class:SafePointNode

Completed in 93 milliseconds