Home
last modified time | relevance | path

Searched refs:external_memory_at_last_mark_compact_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.cc77 external_memory_at_last_mark_compact_(0), in Heap()
915 (external_memory_at_last_mark_compact_ + external_memory_hard_limit())) { in ReportExternalMemoryPressure()
939 external_memory_at_last_mark_compact_ - in ReportExternalMemoryPressure()
1392 external_memory_at_last_mark_compact_ = external_memory_; in PerformGarbageCollection()
5234 if (external_memory_ <= external_memory_at_last_mark_compact_) return 0; in PromotedExternalMemorySize()
5236 external_memory_at_last_mark_compact_); in PromotedExternalMemorySize()
Dheap.h2142 int64_t external_memory_at_last_mark_compact_; variable