Lines Matching defs:len
1006 uint32_t len = 0; in CheckVarArgs() local
1119 uint32_t len; in TracePossibleHeapValue() local
1557 static void* Create(void* original_buf, size_t len, bool mod_okay) { in Create()
1644 size_t len = LengthIncludingRedZones(copy->original_length_); in Destroy() local
1661 GuardedCopy(void* original_buf, size_t len, uLong adler) : in GuardedCopy()
1665 static uint8_t* DebugAlloc(size_t len) { in DebugAlloc()
1673 static void DebugFree(void* buf, size_t len) { in DebugFree()
1679 static size_t LengthIncludingRedZones(size_t len) { in LengthIncludingRedZones()
2531 static void GetStringRegion(JNIEnv* env, jstring string, jsize start, jsize len, jchar* buf) { in GetStringRegion()
2546 static void GetStringUTFRegion(JNIEnv* env, jstring string, jsize start, jsize len, char* buf) { in GetStringUTFRegion()
3722 jarray array, jsize start, jsize len, void* buf) { in GetPrimitiveArrayRegion()
3773 jarray array, jsize start, jsize len, const void* buf) { in SetPrimitiveArrayRegion()