OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:island
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mach_override/
mach_override.c
107
BranchIsland **
island
,
113
BranchIsland *
island
);
118
BranchIsland *
island
,
126
BranchIsland *
island
,
243
// Allocate and target the escape
island
to the overriding function.
254
// Build the branch absolute instruction to the escape
island
.
267
// Build the jump relative instruction to the escape
island
282
// Optionally allocate & return the reentry
island
. This may contain relocated
284
// the escape
island
has to the original function, except the escape
island
i
[
all
...]
/frameworks/compile/mclinker/lib/LD/
StubFactory.cpp
50
// find the
island
for the input relocation
51
BranchIsland*
island
= pBRIslandFactory.find(*(pReloc.targetRef().frag()));
local
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
[
all
...]
BranchIslandFactory.cpp
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
[
all
...]
/frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp
125
BranchIsland&
island
= *facIter;
local
126
BranchIsland::reloc_iterator iter, iterEnd =
island
.reloc_end();
127
for (iter =
island
.reloc_begin(); iter != iterEnd; ++iter)
182
BranchIsland&
island
= *facIter;
local
183
BranchIsland::reloc_iterator iter, iterEnd =
island
.reloc_end();
184
for (iter =
island
.reloc_begin(); iter != iterEnd; ++iter) {
/external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s
24
@
island
.
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
592
for (BranchIslandFactory::iterator
island
= getBRIslandFactory()->begin(),
593
island_end = getBRIslandFactory()->end();
island
!= island_end; ++
island
) {
594
if ((*
island
).end() == file_format->getText().getSectionData()->end())
597
Fragment* exit = (*
island
).end();
598
if (((*
island
).offset() + (*
island
).size()) > exit->getOffset()) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
623
for (BranchIslandFactory::iterator
island
= getBRIslandFactory()->begin(),
624
island_end = getBRIslandFactory()->end();
island
!= island_end; ++
island
)
626
if ((*
island
).end() == file_format->getText().getSectionData()->end())
629
Fragment* exit = (*
island
).end();
630
if (((*
island
).offset() + (*
island
).size()) > exit->getOffset()) {
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java
129
tileMapIndex = R.drawable.
island
;
Completed in 243 milliseconds