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

/external/chromium_org/v8/test/cctest/
H A Dtest-platform-win32.cc43 CHECK(vm->IsReserved());
H A Dtest-platform-linux.cc44 CHECK(vm->IsReserved());
/external/chromium_org/v8/src/
H A Dplatform.h330 bool IsReserved();
340 ASSERT(IsReserved());
345 // meaningful when IsReserved() returns true.
360 ASSERT(IsReserved());
372 // The old object is no longer functional (IsReserved() returns false).
374 ASSERT(!IsReserved());
H A Dplatform-cygwin.cc260 if (IsReserved()) {
268 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
285 ASSERT(IsReserved());
H A Dplatform-solaris.cc196 if (IsReserved()) {
204 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-freebsd.cc223 if (IsReserved()) {
231 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-linux.cc336 if (IsReserved()) {
344 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-macos.cc225 if (IsReserved()) {
233 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-openbsd.cc254 if (IsReserved()) {
262 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-qnx.cc290 if (IsReserved()) {
298 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-win32.cc1237 if (IsReserved()) {
1245 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
1262 ASSERT(IsReserved());
H A Dspaces.cc131 if (!code_range_->IsReserved()) {
315 ASSERT(reservation->IsReserved());
370 if (!reservation.IsReserved()) return NULL;
524 if (reservation_.IsReserved()) {
546 if (reservation_.IsReserved()) {
761 if (reservation->IsReserved()) {
1287 ASSERT(reservation_.IsReserved());
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp590 bool IsReserved = !Base || OrigData.isCommon(); local
624 MSD.SectionIndex, IsReserved);

Completed in 536 milliseconds