Searched refs:DisableInlineAllocation (Results 1 – 4 of 4) sorted by relevance
519 isolate->heap()->DisableInlineAllocation(); in RUNTIME_FUNCTION()
925 void DisableInlineAllocation();
500 if (allocation_trackers_.empty()) DisableInlineAllocation(); in AddHeapObjectAllocationTracker()4565 void Heap::DisableInlineAllocation() { in DisableInlineAllocation() function in v8::internal::Heap
3100 if (!FLAG_inline_new) heap_.DisableInlineAllocation(); in Throw()