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

  /external/v8/src/heap/
heap-inl.h 92 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED);
124 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED);
166 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
167 AllocationSpace retry_space) {
280 AllocationSpace allocation_space = memory_chunk->owner()->identity();
394 AllocationSpace space = TargetSpaceId(type);
399 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
427 bool Heap::AllowedToBeMigrated(HeapObject* obj, AllocationSpace dst) {
445 AllocationSpace src = chunk->owner()->identity();
581 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason
    [all...]
spaces.h 818 Space(Heap* heap, AllocationSpace id, Executability executable)
829 AllocationSpace identity() { return id_; }
852 AllocationSpace id_;
    [all...]
heap.h     [all...]
heap.cc 236 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space,
912 Heap* heap, AllocationSpace space, const char* gc_reason = NULL)
    [all...]
mark-compact.h 610 AllocationSpace to_old_space);
952 const char* AllocationSpaceName(AllocationSpace space);
spaces.cc 880 PagedSpace::PagedSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id,
    [all...]
mark-compact.cc 691 const char* AllocationSpaceName(AllocationSpace space) {
    [all...]
  /external/v8/src/
factory.h 309 AllocationSpace space);
657 Handle<T> New(Handle<Map> map, AllocationSpace space);
661 AllocationSpace space,
globals.h 356 // NOTE: SpaceIterator depends on AllocationSpace enumeration values being
358 enum AllocationSpace {
factory.cc 18 Handle<T> Factory::New(Handle<Map> map, AllocationSpace space) {
28 AllocationSpace space,
39 AllocationSpace space) {
    [all...]
runtime.h     [all...]
serialize.cc     [all...]
runtime.cc     [all...]

Completed in 254 milliseconds