Home
last modified time | relevance | path

Searched refs:new_buf (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc1552 uint8_t* const new_buf = DebugAlloc(new_len); in Create() local
1560 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create()