Home | History | Annotate | Download | only in LD

Lines Matching refs:island

25 /// @param pMaxIslandSize - the predefined value for the max size of a island
65 /// produce - produce a island for the given fragment
66 /// @param pFragment - the fragment needs a branch island
68 BranchIsland* island = allocate();
69 new (island) BranchIsland(pFragment, // entry fragment to the island
70 m_MaxIslandSize, // the max size of the island
71 size() - 1u); // index in the island factory
72 return island;
76 /// @param pFragment - the fragment needs a branch island