Searched refs:isAllocated (Results 1 – 13 of 13) sorted by relevance
27 DCHECK(!isAllocated());34 DCHECK(isAllocated()); in unmap()45 DCHECK(isAllocated());53 DCHECK(isAllocated()); in setMemoryPermission()62 DCHECK(isAllocated()); in releasePagesToOS()69 DCHECK(isAllocated()); in releaseAndZeroPagesToOS()77 bool isAllocated() { return getBase() != 0U; } in isAllocated() function
222 if (!isAllocated()) in ~RegionPageMap()261 bool isAllocated() const { return Buffer.Data != nullptr; } in isAllocated() function445 return PageMap.isAllocated(); in hasBlockMarked()449 if (PageMap.isAllocated()) in ensurePageMapAllocated()453 return PageMap.isAllocated(); in ensurePageMapAllocated()
206 !Region->MemMapInfo.MemMap.isAllocated()) { in getRegionBaseByClassId()380 DCHECK(!Region->MemMapInfo.MemMap.isAllocated()); in initRegion()381 DCHECK(MemMap.isAllocated()); in initRegion()410 if (MemMap.isAllocated()) in unmapTestOnly()681 !Region->MemMapInfo.MemMap.isAllocated()) { in populateFreeListAndPopBlocks()696 DCHECK(Region->MemMapInfo.MemMap.isAllocated()); in populateFreeListAndPopBlocks()
257 bool isAllocated(MCRegister Reg) const { in isAllocated() function319 if (!isAllocated(Regs[i])) in getFirstUnallocated()325 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register"); in DeallocateReg()333 if (isAllocated(Reg)) in AllocateReg()341 if (isAllocated(Reg)) in AllocateReg()375 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
41 if (!State.isAllocated(Reg)) in CC_X86_32_RegCall_Assign2Regs()103 if (!State.isAllocated(Reg)) { in CC_X86_VectorCallAssignRegister()147 if (State.isAllocated(X86::R9)) { in CC_X86_64_VectorCall()
1672 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) { in forwardMustTailParameters()
65 ZRegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock()71 PRegsAllocated[I] = State.isAllocated(PRegList[I]); in finishStackBlock()
8095 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
197 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon0957485b0211::RefState996 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon0957485b0611::MallocBugVisitor1000 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated()1002 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated()1034 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed()1036 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed()1715 if (RS->isAllocated()) in ProcessZeroAllocCheck()2290 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux()2310 if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()3028 if (State.isAllocated() || State.isAllocatedOfSizeZero()) in checkDeadSymbols()[all …]
171 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
73 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
566 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
85 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()3270 if (CCInfo.isAllocated(AMDGPU::VGPR_32RegClass.getRegister(i))) in CanLowerReturn()