Home
last modified time | relevance | path

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

/external/v8/src/init/
Disolate-allocator.cc83 CHECK(padded_reservation.InVM(address, reservation_size)); in InitReservation()
98 if (padded_reservation.InVM(address, reservation_size)) { in InitReservation()
142 CHECK(reservation_.InVM( in CommitPagesForIsolate()
/external/v8/src/utils/
Dallocation.cc246 CHECK(InVM(address, size)); in SetPermissions()
261 CHECK(InVM(free_start, free_size)); in Release()
Dallocation.h242 bool InVM(Address address, size_t size) { in InVM() function