Searched defs:string_length (Results 1 – 2 of 2) sorted by relevance
/art/runtime/mirror/ | ||
D | string-alloc-inl.h | 241 int32_t string_length, in AllocFromString() |
/art/openjdkjvmti/ | ||
D | ti_heap.cc | 70 int32_t string_length = str->GetLength(); in ReportString() local |