Home | History | Annotate | Download | only in src

Lines Matching refs:heap_

38     : heap_(heap),
99 heap_->public_set_store_buffer_top(start_);
116 heap_->public_set_store_buffer_top(start_);
160 if (heap_->InNewSpace(*reinterpret_cast<Object**>(current))) {
189 PointerChunkIterator it(heap_);
229 PointerChunkIterator it(heap_);
302 PointerChunkIterator it(heap_);
338 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
408 heap_->InNewSpace(*slot);
419 VerifyPointers(heap_->old_pointer_space(),
421 VerifyPointers(heap_->map_space(),
423 VerifyPointers(heap_->lo_space());
442 if (heap_->InNewSpace(*slot)) {
446 if (heap_->InNewSpace(*slot)) {
477 ASSERT(!heap_->InNewSpace(Memory::Object_at(map_address)));
531 Object* free_space_map = heap_->free_space_map();
532 Object* two_pointer_filler_map = heap_->two_pointer_filler_map();
593 if (heap_->InFromSpace(object)) {
596 if (heap_->InNewSpace(*slot)) {
628 (*callback_)(heap_, NULL, kStoreBufferStartScanningPagesEvent);
630 PointerChunkIterator it(heap_);
636 (*callback_)(heap_, chunk, kStoreBufferScanningPageEvent);
638 if (chunk->owner() == heap_->lo_space()) {
651 (owner == heap_->map_space() ?
659 (*callback_)(heap_, NULL, kStoreBufferScanningPageEvent);
666 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
673 heap_->public_set_store_buffer_top(start_);
682 ASSERT(!heap_->cell_space()->Contains(*current));
683 ASSERT(!heap_->code_space()->Contains(*current));
684 ASSERT(!heap_->old_data_space()->Contains(*current));
710 heap_->isolate()->counters()->store_buffer_compactions()->Increment();