Searched refs:DisableInlineAllocation (Results 1 – 5 of 5) sorted by relevance
132 heap()->DisableInlineAllocation(); in StartHeapObjectsTracking()
514 isolate->heap()->DisableInlineAllocation(); in RUNTIME_FUNCTION()
1147 void DisableInlineAllocation();
5457 void Heap::DisableInlineAllocation() { in DisableInlineAllocation() function in v8::internal::Heap
2783 if (!FLAG_inline_new) heap_.DisableInlineAllocation(); in Throw()