Home | History | Annotate | Download | only in hprof

Lines Matching defs:insert

277     unsigned char* insert = body_ + length_;
279 U2_TO_BUF_BE(insert, 0, *values++);
280 insert += sizeof(*values);
292 unsigned char* insert = body_ + length_;
294 U4_TO_BUF_BE(insert, 0, *values++);
295 insert += sizeof(*values);
311 unsigned char* insert = body_ + length_;
313 U8_TO_BUF_BE(insert, 0, *values++);
314 insert += sizeof(*values);
583 std::pair<ClassSetIterator, bool> result = classes_.insert(c);