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

/art/runtime/hprof/
H A Dhprof.cc285 unsigned char* insert = body_ + length_; local
287 U2_TO_BUF_BE(insert, 0, *values++);
288 insert += sizeof(*values);
300 unsigned char* insert = body_ + length_; local
302 U4_TO_BUF_BE(insert, 0, *values++);
303 insert += sizeof(*values);
319 unsigned char* insert = body_ + length_; local
321 U8_TO_BUF_BE(insert, 0, *values++);
322 insert += sizeof(*values);
595 auto result = classes_.insert(
[all...]

Completed in 57 milliseconds