Home | History | Annotate | Download | only in src

Lines Matching refs:heap_

549     thread_local_top_.pending_exception_ = heap_.the_hole_value();
559 thread_local_top_.pending_message_obj_ = heap_.the_hole_value();
586 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
589 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
806 Heap* heap() { return &heap_; }
1164 Heap heap_;