Searched refs:bytes (Results 51 - 68 of 68) sorted by relevance

123

/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S79 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
H A Dfooter.S67 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S7 sll t6, t7, 2 # multiply regsSize by 4 (4 bytes per reg)
/dalvik/vm/alloc/
H A DHeapSource.cpp46 * many bytes.
51 * under this many bytes.
71 /* Number of bytes allocated from this mspace for objects,
77 /* Number of bytes allocated from this mspace at which a
130 /* The maximum number of bytes allowed to be allocated from the
136 /* Minimum number of free bytes. Used with the target utilization when
137 * setting the softLimit. Never allows less bytes than this to be free
142 /* Maximum number of free bytes. Used with the target utilization when
143 * setting the softLimit. Never allows more bytes than this to be free
167 * The length in bytes o
1532 dvmHeapSourceRegisterNativeAllocation(int bytes) argument
1593 dvmHeapSourceRegisterNativeFree(int bytes) argument
[all...]
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S43 r0 holds returns of <= 4 bytes
44 r0-r1 hold returns of 8 bytes, low word in r0
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
488 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
1204 * actually exists 10 bytes before the return target, but because
1270 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
1573 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
1649 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
H A DCompilerTemplateAsm-armv7-a-neon.S43 r0 holds returns of <= 4 bytes
44 r0-r1 hold returns of 8 bytes, low word in r0
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
488 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
994 * actually exists 10 bytes before the return target, but because
1060 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
1363 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
1439 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
H A DCompilerTemplateAsm-armv7-a.S43 r0 holds returns of <= 4 bytes
44 r0-r1 hold returns of 8 bytes, low word in r0
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
488 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
994 * actually exists 10 bytes before the return target, but because
1060 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
1363 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
1439 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
H A DCompilerTemplateAsm-armv5te-vfp.S43 r0 holds returns of <= 4 bytes
44 r0-r1 hold returns of 8 bytes, low word in r0
201 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
488 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
1473 * actually exists 10 bytes before the return target, but because
1539 add rPC, rPC, #6 @ publish new rPC (advance 6 bytes)
1842 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
1918 add rPC, r0, #6 @ reconstruct new rPC (advance 6 bytes)
/dalvik/vm/
H A DThread.cpp1319 ALOGE("pthread_create (stack size %d bytes) failed: %s", stackSize, strerror(cc));
1321 "pthread_create (stack size %d bytes) failed: %s",
3239 ssize_t bytes;
3240 bytes = read(schedstatFd, schedstatBuf, sizeof(schedstatBuf) - 1);
3242 if (bytes >= 1) {
3243 schedstatBuf[bytes - 1] = '\0'; /* remove trailing newline */
H A DJni.cpp1194 * Create a new class from a bag of bytes.
2161 static jstring NewStringUTF(JNIEnv* env, const char* bytes) { argument
2163 if (bytes == NULL) {
2167 StringObject* newStr = dvmCreateStringFromCstr(bytes);
2174 * Return the length in bytes of the modified UTF-8 form of the string.
/dalvik/vm/compiler/codegen/x86/libenc/
H A Dencoder.h44 // size of general-purpose value on the stack in bytes
46 // size of floating-point value on the stack in bytes
66 // size of general-purpose value on the stack in bytes
68 // size of general-purpose value on the stack in bytes
222 unsigned char bytes[8]; member in union:Imm_Opnd::__anon64
225 unsigned char bytes[4];
695 // Add 1-7 bytes padding, with as few instructions as possible,
/dalvik/vm/compiler/codegen/x86/
H A DLower.h241 unsigned char bytes[4]; member in union:LowOpndImm::__anon62
248 unsigned char bytes[4]; member in union:LowOpndNCG::__anon63
/dalvik/vm/mterp/armv5te/
H A Dfooter.S188 add rINST, #-4 @ .. which is 9 bytes back
232 add rINST,#-4 @ .. which is 9 bytes back
1208 * directly. ADR saves 4 bytes and an indirection, but it's using a
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
1440 adds r2, r1, r1 @ convert to bytes, check sign
1475 adds r2, r1, r1 @ convert to bytes, check sign
1510 adds r2, r1, r1 @ convert to bytes, check sign
1545 adds r2, r1, r1 @ convert to bytes, check sign
1580 adds r2, r1, r1 @ convert to bytes, check sign
1615 adds r2, r1, r1 @ convert to bytes, check sign
1647 adds r1, r1, r1 @ convert to bytes
[all...]
H A DInterpAsm-armv7-a-neon.S41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
1449 adds r2, r1, r1 @ convert to bytes, check sign
1483 adds r2, r1, r1 @ convert to bytes, check sign
1517 adds r2, r1, r1 @ convert to bytes, check sign
1551 adds r2, r1, r1 @ convert to bytes, check sign
1585 adds r2, r1, r1 @ convert to bytes, check sign
1619 adds r2, r1, r1 @ convert to bytes, check sign
1651 adds r1, r1, r1 @ convert to bytes
[all...]
H A DInterpAsm-armv7-a.S41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
1449 adds r2, r1, r1 @ convert to bytes, check sign
1483 adds r2, r1, r1 @ convert to bytes, check sign
1517 adds r2, r1, r1 @ convert to bytes, check sign
1551 adds r2, r1, r1 @ convert to bytes, check sign
1585 adds r2, r1, r1 @ convert to bytes, check sign
1619 adds r2, r1, r1 @ convert to bytes, check sign
1651 adds r1, r1, r1 @ convert to bytes
[all...]
H A DInterpAsm-armv5te.S41 r0 holds returns of <= 4 bytes
42 r0-r1 hold returns of 8 bytes, low word in r0
139 * in bytes, *not* 16-bit code units, and may be a signed value.
1462 adds r2, r1, r1 @ convert to bytes, check sign
1497 adds r2, r1, r1 @ convert to bytes, check sign
1532 adds r2, r1, r1 @ convert to bytes, check sign
1567 adds r2, r1, r1 @ convert to bytes, check sign
1602 adds r2, r1, r1 @ convert to bytes, check sign
1637 adds r2, r1, r1 @ convert to bytes, check sign
1669 adds r1, r1, r1 @ convert to bytes
[all...]
H A DInterpAsm-mips.S1793 addu a2, a1, a1 # convert to bytes
1833 addu a2, a1, a1 # convert to bytes
1873 addu a2, a1, a1 # convert to bytes
1913 addu a2, a1, a1 # convert to bytes
1953 addu a2, a1, a1 # convert to bytes
1993 addu a2, a1, a1 # convert to bytes
2031 addu a1, a1, a1 # convert to bytes
2069 addu a1, a1, a1 # convert to bytes
2107 addu a1, a1, a1 # convert to bytes
2145 addu a1, a1, a1 # convert to bytes
[all...]

Completed in 766 milliseconds

123