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

/external/libevent/include/event2/
H A Dhttp_struct.h95 size_t body_size; member in struct:evhttp_request
/external/tensorflow/tensorflow/core/kernels/data/
H A Dreader_dataset_ops.cc413 uint64 body_size = variable
416 if (body_size % dataset()->record_bytes_ != 0) {
422 "\" has body length ", body_size,
/external/v8/src/
H A Dfactory.cc1659 int body_size = desc.instr_size; local
1662 body_size = RoundUp(body_size, kInt64Size) + desc.unwinding_info_size +
1665 int obj_size = Code::SizeFor(RoundUp(body_size, kObjectAlignment));
H A Dobjects.h5148 inline int body_size();
5214 static int SizeFor(int body_size) { argument
5215 DCHECK_SIZE_TAG_ALIGNED(body_size);
5216 return RoundUp(kHeaderSize + body_size, kCodeAlignment);
/external/v8/src/heap/
H A Dspaces.cc1087 size_t body_size = commit_size - CodePageGuardStartOffset(); local
1088 if (vm->Commit(body, body_size, true)) {
1096 vm->Uncommit(body, body_size);

Completed in 255 milliseconds