Lines Matching defs:island
50 // find the island for the input relocation
51 BranchIsland* island = pBRIslandFactory.find(*(pReloc.targetRef().frag()));
52 if (NULL == island) {
53 island = pBRIslandFactory.produce(*(pReloc.targetRef().frag()));
56 // find if there is such a stub in the island already
57 assert(NULL != island);
58 Stub* stub = island->findStub(prototype, pReloc);
73 name.append(island->name());
96 island->addRelocation(*reloc);
99 // add stub to the branch island
100 island->addStub(prototype, pReloc, *stub);