Home
last modified time | relevance | path

Searched refs:MoveToNextChunk (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/snapshot/
Ddefault-deserializer-allocator.h31 void MoveToNextChunk(AllocationSpace space);
Dbuiltin-deserializer-allocator.h57 void MoveToNextChunk(AllocationSpace space) { UNREACHABLE(); } in MoveToNextChunk() function
Ddefault-deserializer-allocator.cc86 void DefaultDeserializerAllocator::MoveToNextChunk(AllocationSpace space) { in MoveToNextChunk() function in v8::internal::DefaultDeserializerAllocator
Ddeserializer.cc580 allocator()->MoveToNextChunk(static_cast<AllocationSpace>(space)); in ReadData()