Lines Matching full:range
253 // opaque_header. The value range of the opaque_header is [0..kPageSize[,
324 // from a 2 GB range of memory, so that they can call each other using 32-bit
328 // manages a range of virtual memory.
331 // Reserves a range of virtual memory, but does not commit any of it.
336 // Frees the range of virtual memory, and frees the data structures used to
348 // the code range. On platforms with no separate code range, should
354 // The reserved range of virtual memory that all code objects are put in.
414 // Reserves an initial address range of virtual memory to be split between
459 // a code range, the pages are allocated from the code range.
473 // If the flag is EXECUTABLE and a code range exists, the requested
474 // memory is allocated from the code range. If a code range exists
475 // and the freed memory is in it, the code range manages the freed memory.
578 // Basic check whether a chunk id is in the valid range.
846 // Set up the space using the given address range of virtual memory (from
1117 // address range to grow).
1138 // True if the address is in the address range of this semispace (not
1145 // True if the object is a heap object in the address range of this
1284 // True if the address or object lies in the address range of either
1379 // True if the object is a heap object in the address range of the
1522 // The size range of blocks, in bytes. (Smaller allocations are allowed, but