Public メソッド | |
ChunkInfo () | |
void | init (Address a, size_t s, PagedSpace *o) |
Address | address () |
size_t | size () |
PagedSpace * | owner () |
Private 変数 | |
Address | address_ |
size_t | size_ |
PagedSpace * | owner_ |
Address v8::internal::MemoryAllocator::BASE_EMBEDDED::address | ( | ) | [inline] |
void v8::internal::MemoryAllocator::BASE_EMBEDDED::init | ( | Address | a, | |
size_t | s, | |||
PagedSpace * | o | |||
) | [inline] |
PagedSpace* v8::internal::MemoryAllocator::BASE_EMBEDDED::owner | ( | ) | [inline] |
size_t v8::internal::MemoryAllocator::BASE_EMBEDDED::size | ( | ) | [inline] |
size_t v8::internal::MemoryAllocator::BASE_EMBEDDED::size_ [private] |