Searched refs:IsOutsideAllocatedSpace (Results 1 – 10 of 10) sorted by relevance
223 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace() function in v8::internal::OS
208 static bool IsOutsideAllocatedSpace(void* pointer);
142 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace() function in v8::internal::OS
132 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace() function in v8::internal::OS
157 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace() function in v8::internal::OS
169 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace() function in v8::internal::OS
175 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace() function in v8::internal::OS
350 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace() function in v8::internal::OS
841 bool OS::IsOutsideAllocatedSpace(void* pointer) { in IsOutsideAllocatedSpace() function in v8::internal::OS
5059 if (OS::IsOutsideAllocatedSpace(addr)) return false; in Contains()5077 if (OS::IsOutsideAllocatedSpace(addr)) return false; in InSpace()