HomeSort by relevance Sort by last modified time
    Searched full:island (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 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
    [all...]
BranchIslandFactory.h 42 /// produce - produce a island for the given fragment
43 /// @param pFragment - the fragment needs a branch island
47 /// @param pFragment - the fragment needs a branch island
48 /// @return - return the pair of <fwd island, bwd island>
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 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(); local
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
    [all...]
StubFactory.cpp 53 // early exit if we can not find the forward island.
57 // find if there is such a stub in the backward island first.
63 // find if there is such a stub in the forward island.
72 // add stub to the forward branch island
89 // early exit if we can not find the forward island.
99 // add stub to the forward branch island