Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.cc132 heap()->DisableInlineAllocation(); in StartHeapObjectsTracking()
/external/v8/src/runtime/
Druntime-test.cc514 isolate->heap()->DisableInlineAllocation(); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dheap.h1147 void DisableInlineAllocation();
Dheap.cc5457 void Heap::DisableInlineAllocation() { in DisableInlineAllocation() function in v8::internal::Heap
/external/v8/src/
Disolate.cc2783 if (!FLAG_inline_new) heap_.DisableInlineAllocation(); in Throw()