Lines Matching full:island
46 * --- Entry -> | Island | -> Exit ---
51 /// @param pEntryFrag - the entry fragment to the island
52 /// @param pMaxSize - the max size the island can be
53 /// @param pIndex - the inedx in the island factory
58 /// fragment iterators of the island
67 /// relocation iterators of the island
93 /// addStub - add a stub into the island
98 /// addRelocation - add a relocation into island
103 * \brief Key to recognize a stub in the island.
163 Fragment& m_Entry; // entry fragment of the island
164 Fragment* m_pExit; // exit fragment of the island
165 Fragment* m_pRear; // rear fragment of the island
169 /// m_Relocations - list of relocations created for stubs in this island