Home
last modified time | relevance | path

Searched refs:IsReserved (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dallocation.cc223 if (IsReserved()) { in ~VirtualMemory()
242 DCHECK(IsReserved()); in Release()
257 DCHECK(IsReserved()); in Free()
271 DCHECK(!IsReserved()); in TakeControl()
279 if (vm.IsReserved()) { in AllocVirtualMemory()
289 if (vm.IsReserved()) { in AlignedAllocVirtualMemory()
Dallocation.h166 bool IsReserved() const { return address_ != kNullAddress; } in IsReserved() function
176 DCHECK(IsReserved()); in address()
181 DCHECK(IsReserved()); in end()
/external/v8/src/wasm/
Dwasm-code-manager.cc656 if (!new_mem.IsReserved()) return kNullAddress; in AllocateForCode()
811 DCHECK(!ret->IsReserved()); in TryAllocate()
817 DCHECK(!ret->IsReserved()); in TryAllocate()
901 if (mem.IsReserved()) break; in NewNativeModule()
976 DCHECK(!vmem.IsReserved()); in FreeNativeModule()
1019 DCHECK(mem->IsReserved()); in Free()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h203 CycleSegment(unsigned StartCycle, unsigned EndCycle, bool IsReserved = false)
204 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin()
/external/v8/src/heap/
Dstore-buffer.cc77 if (virtual_memory_.IsReserved()) virtual_memory_.Free(); in TearDown()
Dspaces.cc109 DCHECK(!virtual_memory_.IsReserved()); in CodeRange()
169 if (virtual_memory_.IsReserved()) { in ~CodeRange()
327 if (last_chunk_.IsReserved()) { in TearDown()
929 CHECK(!last_chunk_.IsReserved()); in AllocateChunk()
936 CHECK(last_chunk_.IsReserved()); in AllocateChunk()
1015 if (!reservation->IsReserved()) return 0; in AllocateChunk()
1079 DCHECK(reservation->IsReserved()); in AllocateChunk()
1110 reservation->IsReserved() ? reservation->size() : chunk->size(); in AllocateChunk()
1133 if (reservation->IsReserved()) { in AllocateChunk()
Dspaces.h1089 bool valid() { return virtual_memory_.IsReserved(); } in valid()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp273 bool IsReserved = false; in computeRegUnitRange() local
286 IsReserved |= IsRootReserved; in computeRegUnitRange()
288 assert(IsReserved == MRI->isReservedRegUnit(Unit) && in computeRegUnitRange()
293 if (!IsReserved) { in computeRegUnitRange()
/external/llvm/lib/MC/
DELFObjectWriter.cpp468 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
499 IsReserved); in writeSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp521 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
552 IsReserved); in writeSymbol()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp248 bool IsReserved = Data.isCommon() || Data.getSymbol().isAbsolute() || in WriteSymbol() local
273 Size, Other, MSD.SectionIndex, IsReserved); in WriteSymbol()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc136 bool IsReserved(const string& ident) { in IsReserved() function
475 if (IsReserved(name)) { in JSObjectFieldName()