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

/art/runtime/hprof/
H A Dhprof.cc286 unsigned char* insert = body_ + length_; local
288 U2_TO_BUF_BE(insert, 0, *values++);
289 insert += sizeof(*values);
301 unsigned char* insert = body_ + length_; local
303 U4_TO_BUF_BE(insert, 0, *values++);
304 insert += sizeof(*values);
320 unsigned char* insert = body_ + length_; local
322 U8_TO_BUF_BE(insert, 0, *values++);
323 insert += sizeof(*values);
601 auto result = classes_.insert(
[all...]

Completed in 946 milliseconds