Searched refs:body_size (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/sunrpc/
H A Dgss_asn1.h70 int *body_size,
76 unsigned int body_size);
80 int body_size,
/external/v8/src/
H A Dspaces.cc490 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t body_size, argument
500 chunk_size = RoundUp(CodePageAreaStartOffset() + body_size,
533 ZapBlock(base + CodePageAreaStartOffset(), body_size);
536 area_end = area_start + body_size;
538 chunk_size = MemoryChunk::kObjectStartOffset + body_size;
H A Dobjects.h4376 inline int body_size();
4395 static int SizeFor(int body_size) { argument
4396 ASSERT_SIZE_TAG_ALIGNED(body_size);
4397 return RoundUp(kHeaderSize + body_size, kCodeAlignment);
4417 int CodeSize() { return SizeFor(body_size()); }
H A Dspaces.h986 MemoryChunk* AllocateChunk(intptr_t body_size,
H A Dheap.cc3377 int body_size = RoundUp(desc.instr_size, kObjectAlignment); local
3378 int obj_size = Code::SizeFor(body_size);
H A Dobjects-inl.h4160 int Code::body_size() { function in class:Code

Completed in 130 milliseconds