Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 28) sorted by relevance

12

/dalvik/docs/
Ddalvik-constraints.css13 margin-bottom: 2px;
35 margin-bottom: 24px;
49 border-bottom-style: solid;
53 padding-bottom: 4px;
58 margin-bottom: 0pt;
Djava-constraints.css13 margin-bottom: 2px;
35 margin-bottom: 24px;
49 border-bottom-style: solid;
53 padding-bottom: 4px;
58 margin-bottom: 0pt;
/dalvik/vm/
DReferenceTable.h98 Object** dvmFindInReferenceTable(const ReferenceTable* pRef, Object** bottom,
109 bool dvmRemoveFromReferenceTable(ReferenceTable* pRef, Object** bottom,
DReferenceTable.cpp100 Object** dvmFindInReferenceTable(const ReferenceTable* pRef, Object** bottom, in dvmFindInReferenceTable() argument
106 while (--ptr >= bottom) { in dvmFindInReferenceTable()
121 bool dvmRemoveFromReferenceTable(ReferenceTable* pRef, Object** bottom, in dvmRemoveFromReferenceTable() argument
132 ptr = dvmFindInReferenceTable(pRef, bottom, obj); in dvmRemoveFromReferenceTable()
/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_INVOKE_METHOD_CHAIN.S18 sub r10, r10, r2, lsl #2 @ r10<- bottom (newsave - outsSize)
19 cmp r10, r9 @ bottom < interpStackEnd?
DTEMPLATE_INVOKE_METHOD_NO_OPT.S15 sub r10, r10, r2, lsl #2 @ r10<- bottom (newsave - outsSize)
16 cmp r10, r9 @ bottom < interpStackEnd?
DTEMPLATE_INVOKE_METHOD_NATIVE.S9 cmp r10, r9 @ bottom < interpStackEnd?
/dalvik/vm/compiler/template/mips/
DTEMPLATE_INVOKE_METHOD_CHAIN.S22 sub t0, t0, t6 # t0<- bottom (newsave-outsSize)
23 bgeu t0, t9, 1f # bottom < interpStackEnd?
DTEMPLATE_INVOKE_METHOD_NO_OPT.S17 sub t0, t0, t6 # t0<- bottom (newsave-outsSize)
18 bgeu t0, t9, 1f # bottom < interpStackEnd?
DTEMPLATE_INVOKE_METHOD_NATIVE.S10 bgeu t0, t9, 1f # bottom < interpStackEnd?
/dalvik/vm/mterp/c/
DgotoTargets.cpp843 u1* bottom; variable
844 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
845 if (bottom < self->interpStackEnd) {
848 self->interpStackStart, self->interpStackEnd, bottom,
849 (u1*) fp - bottom, self->interpStackSize,
/dalvik/vm/arch/arm/
DCallOldABI.S138 @ and the VM preserves an overflow region at the bottom, so it should be
/dalvik/vm/mterp/out/
DInterpC-x86.cpp2110 u1* bottom; variable
2111 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2112 if (bottom < self->interpStackEnd) {
2115 self->interpStackStart, self->interpStackEnd, bottom,
2116 (u1*) fp - bottom, self->interpStackSize,
DInterpC-mips.cpp2034 u1* bottom; variable
2035 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2036 if (bottom < self->interpStackEnd) {
2039 self->interpStackStart, self->interpStackEnd, bottom,
2040 (u1*) fp - bottom, self->interpStackSize,
DInterpC-allstubs.cpp3929 u1* bottom; variable
3930 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
3931 if (bottom < self->interpStackEnd) {
3934 self->interpStackStart, self->interpStackEnd, bottom,
3935 (u1*) fp - bottom, self->interpStackSize,
DInterpC-portable.cpp3877 u1* bottom; in dvmInterpretPortable() local
3878 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4); in dvmInterpretPortable()
3879 if (bottom < self->interpStackEnd) { in dvmInterpretPortable()
3882 self->interpStackStart, self->interpStackEnd, bottom, in dvmInterpretPortable()
3883 (u1*) fp - bottom, self->interpStackSize, in dvmInterpretPortable()
DInterpAsm-x86.S16189 sub %ecx, %eax # %eax<- bottom; (newSaveArea - outsSize)
16190 cmp TMP_SPILL1(%ebp), %eax # compare interpStackEnd and bottom
DInterpAsm-armv5te-vfp.S16199 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize)
16200 cmp r3, r9 @ bottom < interpStackEnd?
/dalvik/vm/mterp/x86/
Dfooter.S512 sub %ecx, %eax # %eax<- bottom; (newSaveArea - outsSize)
513 cmp TMP_SPILL1(%ebp), %eax # compare interpStackEnd and bottom
/dalvik/vm/mterp/
DREADME.txt3 NOTE: Find rebuilding instructions at the bottom of this file.
58 The config files are parsed from top to bottom. Each line in the file
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv5te.S418 cmp r10, r9 @ bottom < interpStackEnd?
1503 cmp r10, r9 @ bottom < interpStackEnd?
DCompilerTemplateAsm-armv7-a-neon.S418 cmp r10, r9 @ bottom < interpStackEnd?
1772 cmp r10, r9 @ bottom < interpStackEnd?
DCompilerTemplateAsm-armv7-a.S418 cmp r10, r9 @ bottom < interpStackEnd?
1772 cmp r10, r9 @ bottom < interpStackEnd?
DCompilerTemplateAsm-armv5te-vfp.S418 cmp r10, r9 @ bottom < interpStackEnd?
1772 cmp r10, r9 @ bottom < interpStackEnd?
/dalvik/vm/mterp/armv5te/
Dfooter.S555 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize)
556 cmp r3, r9 @ bottom < interpStackEnd?

12