Home
last modified time | relevance | path

Searched refs:DisableInlineAllocation (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-test.cc519 isolate->heap()->DisableInlineAllocation(); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dheap.h925 void DisableInlineAllocation();
Dheap.cc500 if (allocation_trackers_.empty()) DisableInlineAllocation(); in AddHeapObjectAllocationTracker()
4565 void Heap::DisableInlineAllocation() { in DisableInlineAllocation() function in v8::internal::Heap
/external/v8/src/
Disolate.cc3100 if (!FLAG_inline_new) heap_.DisableInlineAllocation(); in Throw()