Home | History | Annotate | Download | only in hprof

Lines Matching refs:body_

189     body_ = reinterpret_cast<unsigned char*>(malloc(alloc_length_));
194 free(body_);
223 nb = fwrite(body_, 1, length_, fp_);
240 body_[length_++] = value;
266 memcpy(body_ + length_, values, numValues);
277 unsigned char* insert = body_ + length_;
292 unsigned char* insert = body_ + length_;
302 U4_TO_BUF_BE(body_, offset, new_value);
311 unsigned char* insert = body_ + length_;
341 unsigned char* newBody = (unsigned char*)realloc(body_, newAllocLen);
343 body_ = newBody;
356 unsigned char* body_;