/dalvik/docs/ |
D | dalvik-constraints.css | 13 margin-bottom: 2px; 35 margin-bottom: 24px; 49 border-bottom-style: solid; 53 padding-bottom: 4px; 58 margin-bottom: 0pt;
|
D | java-constraints.css | 13 margin-bottom: 2px; 35 margin-bottom: 24px; 49 border-bottom-style: solid; 53 padding-bottom: 4px; 58 margin-bottom: 0pt;
|
/dalvik/vm/ |
D | ReferenceTable.h | 98 Object** dvmFindInReferenceTable(const ReferenceTable* pRef, Object** bottom, 109 bool dvmRemoveFromReferenceTable(ReferenceTable* pRef, Object** bottom,
|
D | ReferenceTable.cpp | 100 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/ |
D | TEMPLATE_INVOKE_METHOD_CHAIN.S | 18 sub r10, r10, r2, lsl #2 @ r10<- bottom (newsave - outsSize) 19 cmp r10, r9 @ bottom < interpStackEnd?
|
D | TEMPLATE_INVOKE_METHOD_NO_OPT.S | 15 sub r10, r10, r2, lsl #2 @ r10<- bottom (newsave - outsSize) 16 cmp r10, r9 @ bottom < interpStackEnd?
|
D | TEMPLATE_INVOKE_METHOD_NATIVE.S | 9 cmp r10, r9 @ bottom < interpStackEnd?
|
/dalvik/vm/compiler/template/mips/ |
D | TEMPLATE_INVOKE_METHOD_CHAIN.S | 22 sub t0, t0, t6 # t0<- bottom (newsave-outsSize) 23 bgeu t0, t9, 1f # bottom < interpStackEnd?
|
D | TEMPLATE_INVOKE_METHOD_NO_OPT.S | 17 sub t0, t0, t6 # t0<- bottom (newsave-outsSize) 18 bgeu t0, t9, 1f # bottom < interpStackEnd?
|
D | TEMPLATE_INVOKE_METHOD_NATIVE.S | 10 bgeu t0, t9, 1f # bottom < interpStackEnd?
|
/dalvik/vm/mterp/c/ |
D | gotoTargets.cpp | 843 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/ |
D | CallOldABI.S | 138 @ and the VM preserves an overflow region at the bottom, so it should be
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.cpp | 2110 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,
|
D | InterpC-mips.cpp | 2034 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,
|
D | InterpC-allstubs.cpp | 3929 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,
|
D | InterpC-portable.cpp | 3877 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()
|
D | InterpAsm-x86.S | 16189 sub %ecx, %eax # %eax<- bottom; (newSaveArea - outsSize) 16190 cmp TMP_SPILL1(%ebp), %eax # compare interpStackEnd and bottom
|
D | InterpAsm-armv5te-vfp.S | 16199 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize) 16200 cmp r3, r9 @ bottom < interpStackEnd?
|
/dalvik/vm/mterp/x86/ |
D | footer.S | 512 sub %ecx, %eax # %eax<- bottom; (newSaveArea - outsSize) 513 cmp TMP_SPILL1(%ebp), %eax # compare interpStackEnd and bottom
|
/dalvik/vm/mterp/ |
D | README.txt | 3 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/ |
D | CompilerTemplateAsm-armv5te.S | 418 cmp r10, r9 @ bottom < interpStackEnd? 1503 cmp r10, r9 @ bottom < interpStackEnd?
|
D | CompilerTemplateAsm-armv7-a-neon.S | 418 cmp r10, r9 @ bottom < interpStackEnd? 1772 cmp r10, r9 @ bottom < interpStackEnd?
|
D | CompilerTemplateAsm-armv7-a.S | 418 cmp r10, r9 @ bottom < interpStackEnd? 1772 cmp r10, r9 @ bottom < interpStackEnd?
|
D | CompilerTemplateAsm-armv5te-vfp.S | 418 cmp r10, r9 @ bottom < interpStackEnd? 1772 cmp r10, r9 @ bottom < interpStackEnd?
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 555 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize) 556 cmp r3, r9 @ bottom < interpStackEnd?
|