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

  /external/v8/src/heap/
heap-inl.h 180 allocation = read_only_space_->AllocateRaw(size_in_bytes, alignment);
399 return read_only_space_->Contains(object);
heap.cc 170 read_only_space_(nullptr),
414 read_only_space_->Size() / KB,
415 read_only_space_->Available() / KB,
416 read_only_space_->CommittedMemory() / KB);
    [all...]
heap.h 778 ReadOnlySpace* read_only_space() { return read_only_space_; }
2044 ReadOnlySpace* read_only_space_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]

Completed in 58 milliseconds