Home
last modified time | relevance | path

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

/external/v8/src/
Dallocation.cc235 CHECK(InVM(address, size)); in SetPermissions()
247 CHECK(InVM(free_start, free_size)); in Release()
262 CHECK(InVM(address, size)); in Free()
Dallocation.h206 bool InVM(Address address, size_t size) { in InVM() function