Home | History | Annotate | Download | only in src

Lines Matching refs:heap_

40     : heap_(heap),
101 heap_->public_set_store_buffer_top(start_);
118 heap_->public_set_store_buffer_top(start_);
136 if (heap_->InNewSpace(*reinterpret_cast<Object**>(current))) {
170 PointerChunkIterator it(heap_);
208 PointerChunkIterator it(heap_);
278 PointerChunkIterator it(heap_);
314 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
385 heap_->InNewSpace(*slot);
396 VerifyPointers(heap_->old_pointer_space(),
398 VerifyPointers(heap_->map_space(),
400 VerifyPointers(heap_->lo_space());
424 if (heap_->InNewSpace(*slot)) {
431 if (heap_->InNewSpace(*slot)) {
463 ASSERT(!heap_->InNewSpace(Memory::Object_at(map_address)));
521 Object* free_space_map = heap_->free_space_map();
522 Object* two_pointer_filler_map = heap_->two_pointer_filler_map();
586 if (heap_->InFromSpace(object)) {
592 if (heap_->InNewSpace(*slot)) {
636 (*callback_)(heap_, NULL, kStoreBufferStartScanningPagesEvent);
638 PointerChunkIterator it(heap_);
644 (*callback_)(heap_, chunk, kStoreBufferScanningPageEvent);
646 if (chunk->owner() == heap_->lo_space()) {
659 (owner == heap_->map_space() ?
668 (*callback_)(heap_, NULL, kStoreBufferScanningPageEvent);
675 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
682 heap_->public_set_store_buffer_top(start_);
691 ASSERT(!heap_->cell_space()->Contains(*current));
692 ASSERT(!heap_->code_space()->Contains(*current));
693 ASSERT(!heap_->old_data_space()->Contains(*current));
724 heap_->isolate()->counters()->store_buffer_compactions()->Increment();