Lines Matching refs:heap_
796 DoThrow(heap_.termination_exception(), NULL); in TerminateExecution()
806 pending_exception() == heap_.termination_exception()) { in CancelTerminateExecution()
811 scheduled_exception() == heap_.termination_exception()) { in CancelTerminateExecution()
860 return Throw(heap_.illegal_access_string()); in ThrowIllegalOperation()
939 *target = MessageLocation(Handle<Script>(heap_.empty_script()), -1, -1); in ComputeLocation()
1255 pending_exception() == heap_.termination_exception(); in OptionalRescheduleException()
1530 heap_.isolate_ = this; in Isolate()
1619 heap_.mark_compact_collector()->sweeping_in_progress()) { in Deinit()
1620 heap_.mark_compact_collector()->EnsureSweepingCompleted(); in Deinit()
1643 heap_.TearDown(); in Deinit()
1852 heap_.SetStackLimits(); in Init()
1905 DCHECK(!heap_.HasBeenSetUp()); in Init()
1906 if (!heap_.SetUp()) { in Init()
1914 if (create_heap_objects && !heap_.CreateHeapObjects()) { in Init()
1921 PushToPartialSnapshotCache(heap_.undefined_value()); in Init()
1977 heap_.SetStackLimits(); in Init()
1980 if (!create_heap_objects) Assembler::QuietNaN(heap_.nan_value()); in Init()
1999 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.roots_)), in Init()
2002 OFFSET_OF(Isolate, heap_.amount_of_external_allocated_memory_)), in Init()
2006 heap_.amount_of_external_allocated_memory_at_last_global_gc_)), in Init()