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

/external/v8/src/ia32/
H A Dregister-allocator-ia32-inl.h39 bool RegisterAllocator::IsReserved(Register reg) { function in class:v8::internal::RegisterAllocator
51 ASSERT(reg.is_valid() && !IsReserved(reg));
/external/v8/src/arm/
H A Dregister-allocator-arm-inl.h39 bool RegisterAllocator::IsReserved(Register reg) { function in class:v8::internal::RegisterAllocator
62 ASSERT(reg.is_valid() && !IsReserved(reg));
/external/v8/src/x64/
H A Dregister-allocator-x64-inl.h39 bool RegisterAllocator::IsReserved(Register reg) { function in class:v8::internal::RegisterAllocator
48 ASSERT(reg.is_valid() && !IsReserved(reg));
/external/v8/test/cctest/
H A Dtest-platform-win32.cc17 CHECK(vm->IsReserved());
H A Dtest-platform-linux.cc71 CHECK(vm->IsReserved());
H A Dtest-platform-nullos.cc71 CHECK(vm->IsReserved());
/external/v8/src/mips/
H A Dregister-allocator-mips-inl.h40 bool RegisterAllocator::IsReserved(Register reg) { function in class:v8::internal::RegisterAllocator
47 ASSERT(reg.is_valid() && !IsReserved(reg));
/external/v8/src/
H A Dregister-allocator.cc41 ASSERT(reg.is_valid() && !RegisterAllocator::IsReserved(reg));
H A Dplatform.h288 bool IsReserved();
292 ASSERT(IsReserved());
H A Dplatform-freebsd.cc332 if (IsReserved()) {
338 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-macos.cc333 if (IsReserved()) {
339 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-openbsd.cc305 if (IsReserved()) {
311 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-solaris.cc279 if (IsReserved()) {
285 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-nullos.cc253 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dregister-allocator.h234 static inline bool IsReserved(Register reg);
H A Dplatform-linux.cc425 if (IsReserved()) {
431 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
H A Dplatform-win32.cc1345 bool VirtualMemory::IsReserved() { function in class:v8::internal::VirtualMemory
1357 if (IsReserved()) {
1375 ASSERT(IsReserved());
H A Dspaces.cc162 if (!code_range_->IsReserved()) {
388 if (!initial_chunk_->IsReserved()) {

Completed in 78 milliseconds