Home
last modified time | relevance | path

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

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