Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dcreatetesttrace.cc156 int32_t nextRecord = 0; in parseInputFile() local
197 records[nextRecord].time = time; in parseInputFile()
198 records[nextRecord].threadId = threadId; in parseInputFile()
208 records[nextRecord].fullName = strndup(save_cp, len); in parseInputFile()
211 records[nextRecord].className = nullptr; in parseInputFile()
212 records[nextRecord].methodName = nullptr; in parseInputFile()
213 records[nextRecord].signature = nullptr; in parseInputFile()
217 if (len > 0) records[nextRecord].className = strndup(save_cp, len); in parseInputFile()
223 records[nextRecord].methodName = strndup(save_cp, len); in parseInputFile()
229 records[nextRecord].signature = strndup(save_cp, len); in parseInputFile()
[all …]