Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dvirtual-memory.h36 bool IsReserved() const { return start_ != nullptr; } in IsReserved() function
/third_party/node/deps/v8/src/utils/
Dallocation.h236 bool IsReserved() const { return region_.begin() != kNullAddress; } in IsReserved() function
362 bool IsReserved() const { in IsReserved() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp536 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp277 bool IsReserved = false; in computeRegUnitRange() local
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc89 bool IsReserved(const std::string& ident) { in IsReserved() function