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

  /external/v8/src/
heap-inl.h 184 AllocationSpace space,
185 AllocationSpace retry_space) {
351 AllocationSpace space = TargetSpaceId(type);
358 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
437 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason) {
heap.h 612 MUST_USE_RESULT MaybeObject* Allocate(Map* map, AllocationSpace space);
    [all...]
spaces.h 759 Space(Heap* heap, AllocationSpace id, Executability executable)
770 AllocationSpace identity() { return id_; }
801 AllocationSpace id_;
    [all...]
mark-compact.h 534 AllocationSpace to_old_space);
765 const char* AllocationSpaceName(AllocationSpace space);
v8globals.h 175 // NOTE: SpaceIterator depends on AllocationSpace enumeration values being
177 enum AllocationSpace {
heap.cc 244 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space,
484 bool Heap::CollectGarbage(AllocationSpace space,
594 AllocationSpace space,
    [all...]
liveobjectlist.cc 184 const AllocationSpace kInvalidSpace = static_cast<AllocationSpace>(-1);
186 static AllocationSpace FindSpaceFor(String* space_str) {
214 static bool InSpace(AllocationSpace space, HeapObject* heap_obj) {
229 if (heap->InSpace(heap_obj, static_cast<AllocationSpace>(sp))) {
271 AllocationSpace space_;
    [all...]
serialize.cc     [all...]
spaces.cc 778 AllocationSpace id,
    [all...]
objects-inl.h 1007 AllocationSpace Failure::allocation_space() const {
1009 return static_cast<AllocationSpace>((value() >> kFailureTypeTagSize)
1040 Failure* Failure::RetryAfterGC(AllocationSpace space) {
    [all...]
mark-compact.cc 421 const char* AllocationSpaceName(AllocationSpace space) {
    [all...]
objects.h     [all...]

Completed in 690 milliseconds