Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h148 Address* Heap::OldSpaceAllocationLimitAddress() { in OldSpaceAllocationLimitAddress() function
Dheap.h516 inline Address* OldSpaceAllocationLimitAddress();
/external/v8/src/codegen/
Dexternal-reference.cc391 return ExternalReference(isolate->heap()->OldSpaceAllocationLimitAddress()); in old_space_allocation_limit_address()