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

  /external/v8/src/base/platform/
platform-solaris.cc 129 if (IsReserved()) {
137 bool VirtualMemory::IsReserved() {
platform-aix.cc 176 if (IsReserved()) {
184 bool VirtualMemory::IsReserved() { return address_ != NULL; }
platform-cygwin.cc 187 if (IsReserved()) {
195 bool VirtualMemory::IsReserved() {
212 DCHECK(IsReserved());
platform-freebsd.cc 177 if (IsReserved()) {
185 bool VirtualMemory::IsReserved() {
platform-linux.cc 255 if (IsReserved()) {
262 bool VirtualMemory::IsReserved() { return address_ != NULL; }
platform-macos.cc 170 if (IsReserved()) {
178 bool VirtualMemory::IsReserved() {
platform-openbsd.cc 208 if (IsReserved()) {
216 bool VirtualMemory::IsReserved() {
platform-qnx.cc 234 if (IsReserved()) {
242 bool VirtualMemory::IsReserved() {
platform-win32.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 136 bool IsReserved(const string& ident) {
475 if (IsReserved(name)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 248 bool IsReserved = Data.isCommon() || Data.getSymbol().isAbsolute() ||
273 Size, Other, MSD.SectionIndex, IsReserved);
    [all...]

Completed in 97 milliseconds