Home
last modified time | relevance | path

Searched refs:external_memory_limit_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h1968 int64_t external_memory_limit_; variable
Dheap.cc139 external_memory_limit_(kExternalAllocationSoftLimit), in Heap()
1293 external_memory_limit_ * kMinStepSize)); in ReportExternalMemoryPressure()
1786 external_memory_limit_ = external_memory_ + kExternalAllocationSoftLimit; in PerformGarbageCollection()
/external/v8/src/
Disolate.cc3081 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.external_memory_limit_)), in Throw()