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

  /external/v8/test/cctest/heap/
heap-tester.h 72 AllocationSpace id, int num_spaces,
75 AllocationSpace id, int num_spaces,
test-spaces.cc 553 AllocationSpace id = space->identity();
564 AllocationSpace id, int num_spaces,
580 AllocationSpace id, int num_spaces,
    [all...]
test-heap.cc     [all...]
  /external/v8/src/
address-map.h 82 static BackReference Reference(AllocationSpace space, uint32_t chunk_index,
95 AllocationSpace space() const {
139 : public BitField<AllocationSpace, ChunkIndexBits::kNext, kSpaceTagSize> {
factory.h 310 AllocationSpace space);
685 Handle<T> New(Handle<Map> map, AllocationSpace space);
689 AllocationSpace space,
globals.h 473 // NOTE: SpaceIterator depends on AllocationSpace enumeration values being
476 enum AllocationSpace {
factory.cc 57 Handle<T> Factory::New(Handle<Map> map, AllocationSpace space) {
67 AllocationSpace space,
78 AllocationSpace space) {
    [all...]
api.cc     [all...]
  /external/v8/src/snapshot/
snapshot.h 46 static uint32_t SizeOfFirstPage(Isolate* isolate, AllocationSpace space);
snapshot-common.cc 37 uint32_t Snapshot::SizeOfFirstPage(Isolate* isolate, AllocationSpace space) {
149 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(space));
serialize.cc     [all...]
serialize.h 532 BackReference Allocate(AllocationSpace space, int size);
  /external/v8/src/heap/
spaces.h 967 Space(Heap* heap, AllocationSpace id, Executability executable)
    [all...]
heap-inl.h 194 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
313 AllocationSpace allocation_space = memory_chunk->owner()->identity();
412 bool Heap::AllowedToBeMigrated(HeapObject* obj, AllocationSpace dst) {
428 AllocationSpace src = chunk->owner()->identity();
546 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason,
heap.h     [all...]
heap.cc 261 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space,
    [all...]
mark-compact.h 408 AllocationSpace to_old_space,
900 const char* AllocationSpaceName(AllocationSpace space);
spaces-inl.h 185 AllocationSpace AllocationResult::RetrySpace() {
187 return static_cast<AllocationSpace>(Smi::cast(object_)->value());
spaces.cc 943 STATIC_ASSERT(static_cast<ObjectSpace>(1 << AllocationSpace::NEW_SPACE) ==
945 STATIC_ASSERT(static_cast<ObjectSpace>(1 << AllocationSpace::OLD_SPACE) ==
947 STATIC_ASSERT(static_cast<ObjectSpace>(1 << AllocationSpace::CODE_SPACE) ==
    [all...]
mark-compact.cc 641 const char* AllocationSpaceName(AllocationSpace space) {
    [all...]
  /external/v8/src/runtime/
runtime-internal.cc 263 AllocationSpace space = AllocateTargetSpace::decode(flags);
runtime.h     [all...]
  /external/v8/src/compiler/
change-lowering.cc 568 AllocationSpace space = OLD_SPACE;

Completed in 834 milliseconds