Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.cc93 heap()->DisableInlineAllocation(); in StartHeapObjectsTracking()
/external/v8/src/runtime/
Druntime-test.cc266 isolate->heap()->DisableInlineAllocation(); in RUNTIME_FUNCTION()
/external/v8/test/cctest/heap/
Dtest-spaces.cc472 heap->DisableInlineAllocation(); in TEST()
Dtest-heap.cc4665 TEST(DisableInlineAllocation) { in TEST() argument
4685 CcTest::heap()->DisableInlineAllocation(); in TEST()
5455 heap->DisableInlineAllocation(); in TEST()
/external/v8/src/heap/
Dheap.h1216 void DisableInlineAllocation();
Dheap.cc5046 void Heap::DisableInlineAllocation() { in DisableInlineAllocation() function in v8::internal::Heap
/external/v8/src/
Disolate.cc2264 if (!FLAG_inline_new) heap_.DisableInlineAllocation(); in Init()
/external/v8/test/cctest/
Dtest-heap-profiler.cc2621 CcTest::heap()->DisableInlineAllocation(); in TEST()