Searched refs:IsReserved (Results 1 - 13 of 13) sorted by relevance

/external/v8/test/cctest/
H A Dtest-platform-win32.cc43 CHECK(vm->IsReserved());
H A Dtest-platform-linux.cc44 CHECK(vm->IsReserved());
/external/v8/src/base/platform/
H A Dplatform.h334 bool IsReserved();
344 DCHECK(IsReserved());
349 // meaningful when IsReserved() returns true.
364 DCHECK(IsReserved());
376 // The old object is no longer functional (IsReserved() returns false).
378 DCHECK(!IsReserved());
H A Dplatform-cygwin.cc233 if (IsReserved()) {
241 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
258 DCHECK(IsReserved());
H A Dplatform-solaris.cc196 if (IsReserved()) {
204 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
H A Dplatform-freebsd.cc224 if (IsReserved()) {
232 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
H A Dplatform-linux.cc351 if (IsReserved()) {
359 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
H A Dplatform-macos.cc226 if (IsReserved()) {
234 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
H A Dplatform-openbsd.cc255 if (IsReserved()) {
263 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
H A Dplatform-qnx.cc291 if (IsReserved()) {
299 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
H A Dplatform-win32.cc1233 if (IsReserved()) {
1241 bool VirtualMemory::IsReserved() { function in class:v8::base::VirtualMemory
1258 DCHECK(IsReserved());
/external/v8/src/heap/
H A Dspaces.cc116 if (!code_range_->IsReserved()) {
298 DCHECK(reservation->IsReserved());
349 if (!reservation.IsReserved()) return NULL;
491 if (reservation_.IsReserved()) {
513 if (reservation_.IsReserved()) {
715 if (reservation->IsReserved()) {
1249 DCHECK(reservation_.IsReserved());
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp567 bool IsReserved = !Base || OrigData.isCommon(); local
601 MSD.SectionIndex, IsReserved);

Completed in 207 milliseconds