Home | History | Annotate | Download | only in hprof

Lines Matching refs:body_

182     body_ = reinterpret_cast<unsigned char*>(malloc(alloc_length_));
186 free(body_);
215 nb = fwrite(body_, 1, length_, fp_);
232 body_[length_++] = value;
275 memcpy(body_ + length_, values, numValues);
286 unsigned char* insert = body_ + length_;
301 unsigned char* insert = body_ + length_;
311 U4_TO_BUF_BE(body_, offset, new_value);
320 unsigned char* insert = body_ + length_;
358 unsigned char* newBody = (unsigned char*)realloc(body_, newAllocLen);
360 body_ = newBody;
373 unsigned char* body_;