Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc517 isolate->heap()->EnableInlineAllocation(); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dheap.h924 void EnableInlineAllocation();
Dheap.cc509 if (allocation_trackers_.empty()) EnableInlineAllocation(); in RemoveHeapObjectAllocationTracker()
4556 void Heap::EnableInlineAllocation() { in EnableInlineAllocation() function in v8::internal::Heap