Home
last modified time | relevance | path

Searched refs:AllocateRawCodeInLargeObjectSpace (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.h1929 HeapObject* AllocateRawCodeInLargeObjectSpace(int size);
Dheap.cc4598 heap_object = AllocateRawCodeInLargeObjectSpace(object_size); in EnsureImmovableCode()
4651 HeapObject* Heap::AllocateRawCodeInLargeObjectSpace(int size) { in AllocateRawCodeInLargeObjectSpace() function in v8::internal::Heap