Home | History | Annotate | Download | only in src

Lines Matching full:heap_

886   return Throw(heap_.termination_exception(), nullptr);
895 pending_exception() == heap_.termination_exception()) {
900 scheduled_exception() == heap_.termination_exception()) {
1516 pending_exception() == heap_.termination_exception();
1802 heap_.isolate_ = this;
1888 if (heap_.mark_compact_collector()->sweeping_in_progress()) {
1889 heap_.mark_compact_collector()->EnsureSweepingCompleted();
1922 heap_.TearDown();
2110 heap_.SetStackLimits();
2161 DCHECK(!heap_.HasBeenSetUp());
2162 if (!heap_.SetUp()) {
2170 if (create_heap_objects && !heap_.CreateHeapObjects()) {
2177 partial_snapshot_cache_.Add(heap_.undefined_value());
2216 heap_.SetStackLimits();
2219 if (!create_heap_objects) Assembler::QuietNaN(heap_.nan_value());
2228 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.roots_)),
2231 OFFSET_OF(Isolate, heap_.amount_of_external_allocated_memory_)),
2235 heap_.amount_of_external_allocated_memory_at_last_global_gc_)),
2238 time_millis_at_init_ = heap_.MonotonicallyIncreasingTimeInMs();
2240 heap_.NotifyDeserializationComplete();
2264 if (!FLAG_inline_new) heap_.DisableInlineAllocation();
2708 if (heap_.gc_state() == Heap::NOT_IN_GC) {
2714 heap_.IncrementDeferredCount(feature);