Lines Matching full:island
21 /// size of the island
34 /// produce - produce a island for the given fragment
35 /// @param pFragment - the fragment needs a branch island
43 // offset of the island
57 // (i.e., do not insert the island after a Alignment fragment)
63 // can not find an entry fragment to bridge the island
67 BranchIsland *island = allocate();
68 new (island) BranchIsland(*frag, // entry fragment to the island
69 m_MaxIslandSize, // the max size of the island
70 size() - 1u); // index in the island factory
71 return island;
74 /// find - find a island for the given fragment
78 // Currently we always find the island in a forward direction.