Lines Matching refs:bytes
180 This is nice because we only have to move sizeof(StackSaveArea) bytes
1867 * Create a new class from a bag of bytes.
3024 static jstring NewStringUTF(JNIEnv* env, const char* bytes)
3030 if (bytes == NULL) {
3034 StringObject* newStr = dvmCreateStringFromCstr(bytes);
3044 * Return the length in bytes of the modified UTF-8 form of the string.