Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1535 if (heap()->inline_allocation_disabled()) { in AllocateChunk()
2468 if (owner_->heap()->inline_allocation_disabled()) { in AllocateChunk()
Dheap.h1060 bool inline_allocation_disabled() { return inline_allocation_disabled_; } in inline_allocation_disabled() function
/external/v8/test/cctest/
Dtest-heap-profiler.cc2603 CHECK(CcTest::heap()->inline_allocation_disabled()); in TEST()