HomeSort by relevance Sort by last modified time
    Searched refs:body_size (Results 1 - 6 of 6) sorted by null

  /external/kernel-headers/original/linux/sunrpc/
gss_asn1.h 70 int *body_size,
76 unsigned int body_size);
80 int body_size,
  /external/v8/src/
spaces.cc 490 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t body_size,
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;
    [all...]
objects.h     [all...]
spaces.h 986 MemoryChunk* AllocateChunk(intptr_t body_size,
    [all...]
heap.cc 3377 int body_size = RoundUp(desc.instr_size, kObjectAlignment); local
    [all...]
objects-inl.h 4160 int Code::body_size() { function in class:Code
    [all...]

Completed in 282 milliseconds