Searched refs:DisableInlineAllocation (Results 1 – 5 of 5) sorted by relevance
119 heap()->DisableInlineAllocation(); in StartHeapObjectsTracking()
437 isolate->heap()->DisableInlineAllocation(); in RUNTIME_FUNCTION()
1110 void DisableInlineAllocation();
5372 void Heap::DisableInlineAllocation() { in DisableInlineAllocation() function in v8::internal::Heap
2629 if (!FLAG_inline_new) heap_.DisableInlineAllocation(); in Throw()