/external/chromium_org/v8/src/base/platform/ |
D | platform.h | 334 bool IsReserved(); 344 DCHECK(IsReserved()); in address() 364 DCHECK(IsReserved()); in Release() 378 DCHECK(!IsReserved()); in TakeControl()
|
D | platform-cygwin.cc | 233 if (IsReserved()) { in ~VirtualMemory() 241 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory 258 DCHECK(IsReserved()); in Uncommit()
|
D | platform-solaris.cc | 196 if (IsReserved()) { in ~VirtualMemory() 204 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory
|
D | platform-macos.cc | 226 if (IsReserved()) { in ~VirtualMemory() 234 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory
|
D | platform-freebsd.cc | 224 if (IsReserved()) { in ~VirtualMemory() 232 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory
|
D | platform-openbsd.cc | 255 if (IsReserved()) { in ~VirtualMemory() 263 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory
|
D | platform-qnx.cc | 291 if (IsReserved()) { in ~VirtualMemory() 299 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory
|
D | platform-linux.cc | 351 if (IsReserved()) { in ~VirtualMemory() 359 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory
|
D | platform-win32.cc | 1233 if (IsReserved()) { in ~VirtualMemory() 1241 bool VirtualMemory::IsReserved() { in IsReserved() function in v8::base::VirtualMemory 1258 DCHECK(IsReserved()); in Uncommit()
|
/external/chromium_org/v8/test/cctest/ |
D | test-platform-linux.cc | 44 CHECK(vm->IsReserved()); in TEST()
|
D | test-platform-win32.cc | 43 CHECK(vm->IsReserved()); in TEST()
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_delegate.cc | 66 if (shell->accelerator_controller()->IsReserved(accelerator)) in ShouldProcessAcceleratorNow()
|
D | accelerator_controller.h | 87 bool IsReserved(const ui::Accelerator& accelerator) const;
|
D | accelerator_controller_unittest.cc | 1066 EXPECT_TRUE(GetController()->IsReserved( in TEST_F() 1072 EXPECT_FALSE(GetController()->IsReserved( in TEST_F() 1074 EXPECT_FALSE(GetController()->IsReserved( in TEST_F() 1082 EXPECT_FALSE(GetController()->IsReserved( in TEST_F() 1086 EXPECT_FALSE(GetController()->IsReserved( in TEST_F() 1090 EXPECT_FALSE(GetController()->IsReserved( in TEST_F()
|
D | accelerator_controller.cc | 858 bool AcceleratorController::IsReserved( in IsReserved() function in ash::AcceleratorController
|
/external/chromium_org/v8/src/heap/ |
D | spaces.cc | 116 if (!code_range_->IsReserved()) { in SetUp() 298 DCHECK(reservation->IsReserved()); in FreeMemory() 349 if (!reservation.IsReserved()) return NULL; in ReserveAlignedMemory() 491 if (reservation_.IsReserved()) { in CommitArea() 513 if (reservation_.IsReserved()) { in CommitArea() 715 if (reservation->IsReserved()) { in Free() 1249 DCHECK(reservation_.IsReserved()); in TearDown()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 590 bool IsReserved = !Base || OrigData.isCommon(); in WriteSymbol() local 624 MSD.SectionIndex, IsReserved); in WriteSymbol()
|