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

/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc287 size_t new_body_size = length - static_cast<int>(start - buf); local
288 body->resize(previous_size + new_body_size);
290 memcpy(&body->front() + previous_size, start, new_body_size);
/external/chromium_org/v8/src/heap/
H A Dheap.cc3516 int new_body_size = RoundUp(code->instruction_size(), kObjectAlignment); local
3518 int new_obj_size = Code::SizeFor(new_body_size);

Completed in 75 milliseconds