Lines Matching defs:len
866 uint32_t len = 0; in CheckVarArgs() local
976 uint32_t len; in TracePossibleHeapValue() local
1365 static void* Create(void* original_buf, size_t len, bool mod_okay) { in Create()
1451 size_t len = LengthIncludingRedZones(copy->original_length_); in Destroy() local
1468 GuardedCopy(void* original_buf, size_t len, uLong adler) : in GuardedCopy()
1472 static uint8_t* DebugAlloc(size_t len) { in DebugAlloc()
1480 static void DebugFree(void* buf, size_t len) { in DebugFree()
1486 static size_t LengthIncludingRedZones(size_t len) { in LengthIncludingRedZones()
2303 static void GetStringRegion(JNIEnv* env, jstring string, jsize start, jsize len, jchar* buf) { in GetStringRegion()
2317 static void GetStringUTFRegion(JNIEnv* env, jstring string, jsize start, jsize len, char* buf) { in GetStringUTFRegion()
3472 jarray array, jsize start, jsize len, void* buf) { in GetPrimitiveArrayRegion()
3522 jarray array, jsize start, jsize len, const void* buf) { in SetPrimitiveArrayRegion()