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

  /external/v8/test/cctest/heap/
heap-utils.h 45 void GcAndSweep(Heap* heap, AllocationSpace space);
heap-utils.cc 149 void GcAndSweep(Heap* heap, AllocationSpace space) {
test-heap.cc     [all...]
  /external/v8/src/heap/
mark-compact.h 434 void AddPage(AllocationSpace space, Page* page);
435 void AddLatePage(AllocationSpace space, Page* page);
437 int ParallelSweepSpace(AllocationSpace identity, int required_freed_bytes,
439 int ParallelSweepPage(Page* page, AllocationSpace identity);
442 void StartSweepingHelper(AllocationSpace space_to_start);
457 callback(static_cast<AllocationSpace>(i));
461 Page* GetSweepingPageSafe(AllocationSpace space);
462 void AddSweepingPageSafe(AllocationSpace space, Page* page);
464 void PrepareToBeSweptPage(AllocationSpace space, Page* page);
897 const char* AllocationSpaceName(AllocationSpace space)
    [all...]
remembered-set.cc 38 AllocationSpace owner = chunk->owner()->identity();
heap.h 600 static bool IsValidAllocationSpace(AllocationSpace space);
    [all...]
mark-compact.cc 447 AllocationSpace space_to_start)
465 sweeper_->ParallelSweepSpace(static_cast<AllocationSpace>(space_id), 0);
472 AllocationSpace space_to_start_;
479 ForAllSweepingSpaces([this](AllocationSpace space) {
484 ForAllSweepingSpaces([this](AllocationSpace space) {
492 AllocationSpace space_to_start) {
535 [this](AllocationSpace space) { ParallelSweepSpace(space, 0); });
545 ForAllSweepingSpaces([this](AllocationSpace space) {
626 const char* AllocationSpaceName(AllocationSpace space) {
    [all...]
spaces.h     [all...]
heap-inl.h 198 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
323 AllocationSpace allocation_space = memory_chunk->owner()->identity();
441 bool Heap::AllowedToBeMigrated(HeapObject* obj, AllocationSpace dst) {
457 AllocationSpace src = chunk->owner()->identity();
596 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason,
spaces-inl.h 187 AllocationSpace AllocationResult::RetrySpace() {
189 return static_cast<AllocationSpace>(Smi::cast(object_)->value());
heap.cc 262 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space,
    [all...]
spaces.cc     [all...]
  /external/v8/src/snapshot/
snapshot.h 68 static uint32_t SizeOfFirstPage(Isolate* isolate, AllocationSpace space);
serializer.cc 26 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(i)));
67 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space)));
129 AllocationSpace space = reference.space();
187 AllocationSpace space = reference.space();
269 SerializerReference Serializer::Allocate(AllocationSpace space, int size) {
319 void Serializer::ObjectSerializer::SerializePrologue(AllocationSpace space,
389 AllocationSpace space = (allocation_size > Page::kMaxRegularHeapObjectSize)
489 AllocationSpace space =
serializer.h 193 SerializerReference Allocate(AllocationSpace space, int size);
300 void SerializePrologue(AllocationSpace space, int size, Map* map);
snapshot-common.cc 33 uint32_t Snapshot::SizeOfFirstPage(Isolate* isolate, AllocationSpace space) {
150 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(space));
  /external/v8/src/
address-map.h 70 static SerializerReference BackReference(AllocationSpace space,
100 AllocationSpace space() const {
102 return static_cast<AllocationSpace>(SpaceBits::decode(bitfield_));
factory.h 328 AllocationSpace space);
696 Handle<T> New(Handle<Map> map, AllocationSpace space);
700 AllocationSpace space,
globals.h 449 // NOTE: SpaceIterator depends on AllocationSpace enumeration values being
452 enum AllocationSpace {
    [all...]
factory.cc 57 Handle<T> Factory::New(Handle<Map> map, AllocationSpace space) {
67 AllocationSpace space,
78 AllocationSpace space) {
    [all...]
code-stub-assembler.cc 366 AllocateTargetSpace::encode(AllocationSpace::OLD_SPACE)));
    [all...]
api.cc     [all...]
  /external/v8/src/runtime/
runtime-internal.cc 325 AllocationSpace space = AllocateTargetSpace::decode(flags);
runtime.h     [all...]

Completed in 1423 milliseconds