Home
last modified time | relevance | path

Searched refs:SpaceWithLinearArea (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1539 : SpaceWithLinearArea(heap, space), executable_(executable) { in AllocateChunk()
1784 Address SpaceWithLinearArea::ComputeLimit(Address start, Address end, in AllocateChunk()
2124 : SpaceWithLinearArea(heap, NEW_SPACE), in AllocateChunk()
2397 void SpaceWithLinearArea::StartNextInlineAllocationStep() { in AllocateChunk()
2411 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AllocateChunk()
2417 void SpaceWithLinearArea::RemoveAllocationObserver( in AllocateChunk()
2426 void SpaceWithLinearArea::PauseAllocationObservers() { in AllocateChunk()
2434 void SpaceWithLinearArea::ResumeAllocationObservers() { in AllocateChunk()
2440 void SpaceWithLinearArea::InlineAllocationStep(Address top, in AllocateChunk()
Dspaces.h2046 class SpaceWithLinearArea : public Space {
2048 SpaceWithLinearArea(Heap* heap, AllocationSpace id) in SpaceWithLinearArea() function
2103 : NON_EXPORTED_BASE(public SpaceWithLinearArea) { in NON_EXPORTED_BASE() argument
2603 class NewSpace : public SpaceWithLinearArea {