Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dspaces.cc276 void SpaceWithLinearArea::EnableInlineAllocation() { in EnableInlineAllocation() function in v8::internal::SpaceWithLinearArea
Dspaces.h512 void EnableInlineAllocation();
Dheap.cc843 EnableInlineAllocation(); in RemoveHeapObjectAllocationTracker()
5648 void Heap::EnableInlineAllocation() { in EnableInlineAllocation() function in v8::internal::Heap
5651 new_space()->EnableInlineAllocation(); in EnableInlineAllocation()
5658 space->EnableInlineAllocation(); in EnableInlineAllocation()
Dheap.h966 V8_EXPORT_PRIVATE void EnableInlineAllocation();
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc907 isolate->heap()->EnableInlineAllocation(); in RUNTIME_FUNCTION()