Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.h125 void SetCount(int32_t new_count) { in SetCount() argument
126 DCHECK_LE(0, new_count); in SetCount()
127 SetField32(OFFSET_OF_OBJECT_MEMBER(String, count_), new_count, false); in SetCount()