Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2019 int64_t external_memory_limit_; variable
Dheap.cc72 external_memory_limit_(kExternalAllocationLimit), in Heap()
1343 external_memory_limit_ = external_memory_ + kExternalAllocationLimit; in PerformGarbageCollection()
/external/v8/src/
Disolate.cc2302 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.external_memory_limit_)), in Init()