Home | History | Annotate | Download | only in src

Lines Matching defs:PagedSpace

48 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) {
53 HeapObjectIterator::HeapObjectIterator(PagedSpace* space,
59 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, Address start) {
64 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, Address start,
116 PageIterator::PageIterator(PagedSpace* space, Mode mode) : space_(space) {
413 PagedSpace* owner) {
445 PagedSpace* owner, int* num_pages) {
508 PagedSpace* owner) {
626 // PagedSpace implementation
628 PagedSpace::PagedSpace(int max_capacity,
644 bool PagedSpace::Setup(Address start, size_t size) {
684 bool PagedSpace::HasBeenSetup() {
689 void PagedSpace::TearDown() {
699 void PagedSpace::Protect() {
708 void PagedSpace::Unprotect() {
719 void PagedSpace::ClearRSet() {
727 Object* PagedSpace::FindObject(Address addr) {
750 bool PagedSpace::IsUsed(Page* page) {
759 void PagedSpace::SetAllocationInfo(AllocationInfo* alloc_info, Page* p) {
766 void PagedSpace::MCResetRelocationInfo() {
783 int PagedSpace::MCSpaceOffsetForAddress(Address addr) {
806 HeapObject* PagedSpace::SlowMCAllocateRaw(int size_in_bytes) {
831 bool PagedSpace::Expand(Page* last_page) {
866 int PagedSpace::CountTotalPages() {
876 void PagedSpace::Shrink() {
904 bool PagedSpace::EnsureCapacity(int capacity) {
928 void PagedSpace::Print() { }
935 void PagedSpace::Verify(ObjectVisitor* visitor) {
1854 bool PagedSpace::ReserveSpace(int bytes) {
1881 // You have to call this last, since the implementation from PagedSpace
1985 void PagedSpace::ReportCodeStatistics() {
2000 void PagedSpace::ResetCodeStatistics() {
2073 void PagedSpace::CollectCodeStatistics() {
2245 void PagedSpace::DoPrintRSet(const char* space_name) {