Home
last modified time | relevance | path

Searched refs:SizeOfFirstPage (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot.h46 static uint32_t SizeOfFirstPage(Isolate* isolate, AllocationSpace space);
Dsnapshot-common.cc37 uint32_t Snapshot::SizeOfFirstPage(Isolate* isolate, AllocationSpace space) { in SizeOfFirstPage() function in v8::internal::Snapshot
/external/v8/src/heap/
Dspaces.cc1185 size = Snapshot::SizeOfFirstPage(heap()->isolate(), identity()); in AllocateChunk()