OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsReserved
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/v8/src/
platform-cygwin.cc
287
if (
IsReserved
()) {
295
bool VirtualMemory::
IsReserved
() {
312
ASSERT(
IsReserved
());
platform-freebsd.cc
249
if (
IsReserved
()) {
257
bool VirtualMemory::
IsReserved
() {
platform-linux.cc
355
if (
IsReserved
()) {
363
bool VirtualMemory::
IsReserved
() {
platform-macos.cc
251
if (
IsReserved
()) {
259
bool VirtualMemory::
IsReserved
() {
platform-openbsd.cc
281
if (
IsReserved
()) {
289
bool VirtualMemory::
IsReserved
() {
platform-solaris.cc
261
if (
IsReserved
()) {
269
bool VirtualMemory::
IsReserved
() {
platform-win32.cc
[
all
...]
/external/v8/src/
platform-nullos.cc
309
bool VirtualMemory::
IsReserved
() {
platform-cygwin.cc
330
bool VirtualMemory::
IsReserved
() {
342
if (
IsReserved
()) {
360
ASSERT(
IsReserved
());
platform-freebsd.cc
393
if (
IsReserved
()) {
401
bool VirtualMemory::
IsReserved
() {
platform-macos.cc
402
if (
IsReserved
()) {
430
bool VirtualMemory::
IsReserved
() {
platform-solaris.cc
383
if (
IsReserved
()) {
391
bool VirtualMemory::
IsReserved
() {
platform-linux.cc
646
if (
IsReserved
()) {
654
bool VirtualMemory::
IsReserved
() {
[
all
...]
platform-openbsd.cc
440
if (
IsReserved
()) {
448
bool VirtualMemory::
IsReserved
() {
platform-win32.cc
[
all
...]
/external/llvm/lib/MC/
ELFObjectWriter.cpp
546
bool
IsReserved
= Data.isCommon() || Data.getSymbol().isAbsolute() ||
576
Size, Other, MSD.SectionIndex,
IsReserved
);
[
all
...]
Completed in 153 milliseconds