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

  /external/v8/src/
spaces.h 291 Space(AllocationSpace id, Executability executable)
300 AllocationSpace identity() { return id_; }
317 AllocationSpace id_;
    [all...]
heap-inl.h 52 AllocationSpace space,
53 AllocationSpace retry_space) {
192 AllocationSpace space = TargetSpaceId(type);
199 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
heap.h 334 static Object* Allocate(Map* map, AllocationSpace space);
582 AllocationSpace space,
583 AllocationSpace retry_space);
630 static bool CollectGarbage(int required_space, AllocationSpace space);
    [all...]
heap.cc 175 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space) {
392 bool Heap::CollectGarbage(int requested_size, AllocationSpace space) {
555 void Heap::PerformGarbageCollection(AllocationSpace space,
    [all...]
globals.h 285 // NOTE: SpaceIterator depends on AllocationSpace enumeration values being
287 enum AllocationSpace {
serialize.cc     [all...]
spaces.cc 629 AllocationSpace id,
    [all...]
objects-inl.h 820 AllocationSpace Failure::allocation_space() const {
822 return static_cast<AllocationSpace>((value() >> kFailureTypeTagSize)
    [all...]
objects.h 786 inline AllocationSpace allocation_space() const;
795 static Failure* RetryAfterGC(int requested_bytes, AllocationSpace space);
    [all...]
objects.cc 575 Failure* Failure::RetryAfterGC(int requested_bytes, AllocationSpace space) {
    [all...]

Completed in 50 milliseconds