Home
last modified time | relevance | path

Searched defs:IsReserved (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/heap/cppgc/
Dvirtual-memory.h36 bool IsReserved() const { return start_ != nullptr; } in IsReserved() function
/external/v8/src/utils/
Dallocation.h198 bool IsReserved() const { return region_.begin() != kNullAddress; } in IsReserved() function
/external/llvm/lib/MC/
DELFObjectWriter.cpp468 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp273 bool IsReserved = false; in computeRegUnitRange() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp521 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc91 bool IsReserved(const std::string& ident) { in IsReserved() function