• Home
  • Raw
  • Download

Lines Matching refs:heap_

969   return Throw(heap_.termination_exception(), nullptr);  in TerminateExecution()
978 pending_exception() == heap_.termination_exception()) { in CancelTerminateExecution()
983 scheduled_exception() == heap_.termination_exception()) { in CancelTerminateExecution()
1768 pending_exception() == heap_.termination_exception(); in Throw()
2134 : heap_(heap), in Throw()
2173 double time = heap_->isolate()->time_millis_since_init(); in Throw()
2182 reinterpret_cast<void*>(heap_->isolate()), time, in Throw()
2190 double time = heap_->isolate()->time_millis_since_init(); in Throw()
2201 reinterpret_cast<void*>(heap_->isolate()), time, in Throw()
2210 double time = heap_->isolate()->time_millis_since_init(); in Throw()
2219 reinterpret_cast<void*>(heap_->isolate()), time, malloced, pooled); in Throw()
2222 Heap* heap_; in Throw() member in v8::internal::VerboseAccountingAllocator
2254 &heap_, 256 * KB, 128 * KB) in Throw()
2302 heap_.isolate_ = this; in Throw()
2388 heap_.mark_compact_collector()->EnsureSweepingCompleted(); in Throw()
2426 heap_.TearDown(); in Throw()
2615 heap_.SetStackLimits(); in Throw()
2669 DCHECK(!heap_.HasBeenSetUp()); in Throw()
2670 if (!heap_.SetUp()) { in Throw()
2684 if (create_heap_objects && !heap_.CreateHeapObjects()) { in Throw()
2691 partial_snapshot_cache_.Add(heap_.undefined_value()); in Throw()
2698 if (create_heap_objects) heap_.CreateFixedStubs(); in Throw()
2726 heap_.NotifyDeserializationComplete(); in Throw()
2736 heap_.SetStackLimits(); in Throw()
2739 if (!create_heap_objects) Assembler::QuietNaN(heap_.nan_value()); in Throw()
2748 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.roots_)), in Throw()
2750 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.external_memory_)), in Throw()
2752 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.external_memory_limit_)), in Throw()
2755 time_millis_at_init_ = heap_.MonotonicallyIncreasingTimeInMs(); in Throw()
2783 if (!FLAG_inline_new) heap_.DisableInlineAllocation(); in Throw()
3533 if (heap_.gc_state() == Heap::NOT_IN_GC) { in Throw()
3539 heap_.IncrementDeferredCount(feature); in Throw()