Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces.cc1324 if (heap()->inline_allocation_disabled()) { in UpdateInlineAllocationLimit()
2370 if (owner_->heap()->inline_allocation_disabled()) { in Allocate()
Dheap.h1044 bool inline_allocation_disabled() { return inline_allocation_disabled_; } in inline_allocation_disabled() function
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc2548 CHECK(CcTest::heap()->inline_allocation_disabled()); in TEST()