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

  /external/v8/src/heap/
mark-compact.h 436 void AddPage(AllocationSpace space, Page* page);
438 int ParallelSweepSpace(AllocationSpace identity, int required_freed_bytes,
440 int ParallelSweepPage(Page* page, AllocationSpace identity);
450 bool IsSweepingCompleted(AllocationSpace space);
464 callback(static_cast<AllocationSpace>(i));
468 Page* GetSweepingPageSafe(AllocationSpace space);
469 void AddSweepingPageSafe(AllocationSpace space, Page* page);
471 void PrepareToBeSweptPage(AllocationSpace space, Page* page);
848 V8_EXPORT_PRIVATE const char* AllocationSpaceName(AllocationSpace space);
heap.h 447 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
463 inline AllocationSpace RetrySpace();
473 explicit AllocationResult(AllocationSpace space)
677 static bool IsValidAllocationSpace(AllocationSpace space);
    [all...]
heap-inl.h 30 AllocationSpace AllocationResult::RetrySpace() {
32 return static_cast<AllocationSpace>(Smi::cast(object_)->value());
300 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
418 AllocationSpace allocation_space = memory_chunk->owner()->identity();
531 bool Heap::AllowedToBeMigrated(HeapObject* obj, AllocationSpace dst) {
547 AllocationSpace src = chunk->owner()->identity();
680 bool Heap::CollectGarbage(AllocationSpace space,
mark-compact.cc 406 AllocationSpace space_to_start)
424 sweeper_->ParallelSweepSpace(static_cast<AllocationSpace>(space_id), 0);
431 AllocationSpace space_to_start_;
438 ForAllSweepingSpaces([this](AllocationSpace space) {
446 ForAllSweepingSpaces([this](AllocationSpace space) {
491 ForAllSweepingSpaces([this](AllocationSpace space) {
504 ForAllSweepingSpaces([this](AllocationSpace space) {
546 bool MarkCompactCollector::Sweeper::IsSweepingCompleted(AllocationSpace space) {
553 const char* AllocationSpaceName(AllocationSpace space) {
    [all...]
spaces.h 831 Space(Heap* heap, AllocationSpace id, Executability executable)
848 AllocationSpace identity() { return id_; }
922 AllocationSpace id_;
    [all...]
heap.cc 257 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space,
    [all...]
spaces.cc     [all...]
  /external/v8/src/
address-map.h 72 static SerializerReference BackReference(AllocationSpace space,
107 AllocationSpace space() const {
109 return static_cast<AllocationSpace>(SpaceBits::decode(bitfield_));
factory.h 389 AllocationSpace space);
    [all...]
factory.cc 63 Handle<T> Factory::New(Handle<Map> map, AllocationSpace space) {
73 AllocationSpace space,
84 AllocationSpace space) {
    [all...]
globals.h 497 // NOTE: SpaceIterator depends on AllocationSpace enumeration values being
500 enum AllocationSpace {
    [all...]
code-stub-assembler.cc 701 AllocateTargetSpace::encode(AllocationSpace::LO_SPACE)));
720 AllocateTargetSpace::encode(AllocationSpace::OLD_SPACE)));
    [all...]
api.cc     [all...]
  /external/v8/src/snapshot/
serializer.cc 29 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(i)));
70 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space)));
133 AllocationSpace space = reference.space();
194 AllocationSpace space = reference.space();
287 SerializerReference Serializer::Allocate(AllocationSpace space, int size) {
337 void Serializer::ObjectSerializer::SerializePrologue(AllocationSpace space,
413 AllocationSpace space =
512 AllocationSpace space =
serializer.h 194 SerializerReference Allocate(AllocationSpace space, int size);
303 void SerializePrologue(AllocationSpace space, int size, Map* map);
  /external/v8/src/runtime/
runtime-internal.cc 307 AllocationSpace space = AllocateTargetSpace::decode(flags);
runtime.h     [all...]

Completed in 820 milliseconds