Searched refs:space (Results 1 – 10 of 10) sorted by relevance
/dalvik/vm/ |
D | Misc.cpp | 775 char space[1024]; in StringAppendV() local 782 int result = vsnprintf(space, sizeof(space), format, backup_ap); in StringAppendV() 785 if ((result >= 0) && ((size_t) result < sizeof(space))) { in StringAppendV() 787 dst->append(space, result); in StringAppendV() 792 int length = sizeof(space); in StringAppendV()
|
/dalvik/vm/alloc/ |
D | Copying.cpp | 793 static bool isSpaceInternal(u1 *addr, int space) in isSpaceInternal() argument 807 return space == space2; in isSpaceInternal() 1978 char space; in describeBlockQueue() local 1992 space = heapSource->blockSpace[block]; in describeBlockQueue() 1993 LOG_SCAV("block=%zu@%p,space=%zu", block, blockToAddress(heapSource,block), space); in describeBlockQueue()
|
/dalvik/vm/mterp/mips/ |
D | footer.S | 367 bne v0, rBIX, jitSVShadowRunStart # set up self verification shadow space 420 jal dvmSelfVerificationSaveState # save registers to shadow space 421 lw rFP, offShadowSpace_shadowFP(v0) # rFP <- fp in shadow space 594 # find space for the new stack frame, check for overflow
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 358 bne jitSVShadowRunStart @ set up self verification shadow space 407 bl dvmSelfVerificationSaveState @ save registers to shadow space 408 ldr rFP,[r0,#offShadowSpace_shadowFP] @ rFP<- fp in shadow space 549 @ find space for the new stack frame, check for overflow 722 sub sp, sp, #8 @ space for args + pad
|
/dalvik/vm/mterp/ |
D | README.txt | 129 didn't fit inside the fixed-size instruction handler space.
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv5te-vfp.S | 16002 bne jitSVShadowRunStart @ set up self verification shadow space 16051 bl dvmSelfVerificationSaveState @ save registers to shadow space 16052 ldr rFP,[r0,#offShadowSpace_shadowFP] @ rFP<- fp in shadow space 16193 @ find space for the new stack frame, check for overflow 16366 sub sp, sp, #8 @ space for args + pad
|
D | InterpAsm-armv7-a-neon.S | 15939 bne jitSVShadowRunStart @ set up self verification shadow space 15988 bl dvmSelfVerificationSaveState @ save registers to shadow space 15989 ldr rFP,[r0,#offShadowSpace_shadowFP] @ rFP<- fp in shadow space 16130 @ find space for the new stack frame, check for overflow 16303 sub sp, sp, #8 @ space for args + pad
|
D | InterpAsm-armv7-a.S | 15939 bne jitSVShadowRunStart @ set up self verification shadow space 15988 bl dvmSelfVerificationSaveState @ save registers to shadow space 15989 ldr rFP,[r0,#offShadowSpace_shadowFP] @ rFP<- fp in shadow space 16130 @ find space for the new stack frame, check for overflow 16303 sub sp, sp, #8 @ space for args + pad
|
D | InterpAsm-armv5te.S | 16460 bne jitSVShadowRunStart @ set up self verification shadow space 16509 bl dvmSelfVerificationSaveState @ save registers to shadow space 16510 ldr rFP,[r0,#offShadowSpace_shadowFP] @ rFP<- fp in shadow space 16651 @ find space for the new stack frame, check for overflow 16824 sub sp, sp, #8 @ space for args + pad
|
D | InterpAsm-mips.S | 11369 bne v0, rBIX, jitSVShadowRunStart # set up self verification shadow space 11422 jal dvmSelfVerificationSaveState # save registers to shadow space 11423 lw rFP, offShadowSpace_shadowFP(v0) # rFP <- fp in shadow space 11596 # find space for the new stack frame, check for overflow
|