Searched refs:pinned (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Drootnode.hpp56 virtual bool pinned() const { return true; }; function in class:HaltNode
H A Dmultnode.hpp82 virtual bool pinned() const;
H A Dcfgnode.hpp89 virtual bool pinned() const { return (const Node *)in(0) == this; } function in class:RegionNode
187 virtual bool pinned() const { return in(0) != 0; } function in class:PhiNode
223 virtual bool pinned() const { return true; } function in class:GotoNode
343 virtual bool pinned() const { return true; } function in class:IfNode
405 virtual bool pinned() const { return true; } function in class:PCTableNode
505 virtual bool pinned() const { return true; } function in class:CreateExNode
518 virtual bool pinned() const { return true; }; function in class:NeverBranchNode
H A Dmultnode.cpp99 bool ProjNode::pinned() const { return in(0)->pinned(); } function in class:ProjNode
H A Dmachnode.hpp361 virtual bool pinned() const { return UseRDPCForConstantTableBase; } function in class:MachConstantBaseNode
527 virtual bool pinned() const { return true; }; function in class:MachBranchNode
644 virtual bool pinned() const { return true; }; function in class:MachReturnNode
732 virtual bool pinned() const { return false; } function in class:MachCallNode
H A Dgcm.cpp98 assert(!n->pinned() || n->is_MachConstantBase(), "only pinned MachConstantBase node is expected here");
122 // Set the basic block for Nodes pinned into blocks
130 if( n->pinned() && !_bbs.lookup(n->_idx) ) { // Pinned? Nail it down!
131 assert( n->in(0), "pinned Node must have Control" );
202 // are pinned into Blocks. Unpinned instructions can appear in last block in
263 // Some instructions are pinned into a block. These include Region,
266 if (!n->pinned()) {
650 // anti-dependent upon PHI pinned below 'early', no edge needed
1144 // If node is pinned i
[all...]
H A Dcallnode.hpp74 virtual bool pinned() const { return true; }; function in class:StartNode
428 virtual bool pinned() const { return true; } function in class:SafePointNode
H A Dloopnode.cpp3071 if (in->pinned() && !in->is_CFG())
3095 // CFG, Phi, pinned nodes already know their controlling input.
3437 // CFG and pinned nodes already handled
3442 // _must_ be pinned (they have to observe their control edge of course).
3445 bool pinned = true;
3472 pinned = false;
3474 if( pinned ) {
H A Dnode.hpp963 // Nodes which are pinned into basic blocks
964 virtual bool pinned() const { return false; } function in class:Node
H A Dmemnode.cpp417 if (!n->is_CFG() && n->pinned()) {
418 // Check only own control edge for pinned non-control nodes.
790 // No obvious dominating point. The mem op is pinned below the Phi
792 // then the mem op can float, but not indefinitely. It must be pinned
822 case Op_CMoveP: // CMoveP is pinned
823 case Op_CMoveN: // CMoveN is pinned
3119 // If we already know that the enclosing memory op is pinned right after
3123 // a store is never pinned *before* the availability of its inputs.
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java40 boolean pinned; field in class:XRGlyphCacheEntry
198 pinned = true;
202 pinned = false;
218 return pinned;

Completed in 66 milliseconds