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

  /external/v8/src/
spaces.h 362 Space(Heap* heap, AllocationSpace id, Executability executable)
373 AllocationSpace identity() { return id_; }
402 AllocationSpace id_;
726 AllocationSpace owner_identity() const { return owner_identity_; }
733 AllocationSpace owner_identity_;
    [all...]
heap-inl.h 145 AllocationSpace space,
146 AllocationSpace retry_space) {
300 AllocationSpace space = TargetSpaceId(type);
307 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
420 bool Heap::CollectGarbage(AllocationSpace space) {
heap.h 469 MUST_USE_RESULT MaybeObject* Allocate(Map* map, AllocationSpace space);
    [all...]
v8globals.h 191 // NOTE: SpaceIterator depends on AllocationSpace enumeration values being
193 enum AllocationSpace {
heap.cc 242 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space) {
481 bool Heap::CollectGarbage(AllocationSpace space, GarbageCollector collector) {
    [all...]
liveobjectlist.cc 183 const AllocationSpace kInvalidSpace = static_cast<AllocationSpace>(-1);
185 static AllocationSpace FindSpaceFor(String* space_str) {
213 static bool InSpace(AllocationSpace space, HeapObject *heap_obj) {
227 if (Heap::InSpace(heap_obj, static_cast<AllocationSpace>(sp))) {
269 AllocationSpace space_;
    [all...]
serialize.cc     [all...]
spaces.cc 799 AllocationSpace id,
    [all...]
objects-inl.h 963 AllocationSpace Failure::allocation_space() const {
965 return static_cast<AllocationSpace>((value() >> kFailureTypeTagSize)
996 Failure* Failure::RetryAfterGC(AllocationSpace space) {
    [all...]
objects.h     [all...]

Completed in 36 milliseconds