Searched defs:insert (Results 1 - 1 of 1) sorted by relevance

/art/runtime/hprof/
H A Dhprof.cc277 unsigned char* insert = body_ + length_; local
279 U2_TO_BUF_BE(insert, 0, *values++);
280 insert += sizeof(*values);
292 unsigned char* insert = body_ + length_; local
294 U4_TO_BUF_BE(insert, 0, *values++);
295 insert += sizeof(*values);
311 unsigned char* insert = body_ + length_; local
313 U8_TO_BUF_BE(insert, 0, *values++);
314 insert += sizeof(*values);
583 std::pair<ClassSetIterator, bool> result = classes_.insert(
[all...]

Completed in 1257 milliseconds