Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h136 Address* Heap::NewSpaceAllocationTopAddress() { in NewSpaceAllocationTopAddress() function
281 Address* top = heap->NewSpaceAllocationTopAddress(); in AllocateRawWith()
Dheap.h513 inline Address* NewSpaceAllocationTopAddress();
/external/v8/src/codegen/
Dexternal-reference.cc376 return ExternalReference(isolate->heap()->NewSpaceAllocationTopAddress()); in new_space_allocation_top_address()