HomeSort by relevance Sort by last modified time
    Searched defs:IsReserved (Results 1 - 9 of 9) sorted by null

  /external/v8/src/base/platform/
platform-solaris.cc 128 if (IsReserved()) {
136 bool VirtualMemory::IsReserved() {
platform-aix.cc 174 if (IsReserved()) {
182 bool VirtualMemory::IsReserved() { return address_ != NULL; }
platform-cygwin.cc 185 if (IsReserved()) {
193 bool VirtualMemory::IsReserved() {
210 DCHECK(IsReserved());
platform-freebsd.cc 175 if (IsReserved()) {
183 bool VirtualMemory::IsReserved() {
platform-linux.cc 293 if (IsReserved()) {
301 bool VirtualMemory::IsReserved() {
platform-macos.cc 168 if (IsReserved()) {
176 bool VirtualMemory::IsReserved() {
platform-openbsd.cc 206 if (IsReserved()) {
214 bool VirtualMemory::IsReserved() {
platform-qnx.cc 232 if (IsReserved()) {
240 bool VirtualMemory::IsReserved() {
platform-win32.cc     [all...]

Completed in 946 milliseconds