Searched refs:isAllocated (Results 1 – 13 of 13) sorted by relevance
27 DCHECK(!isAllocated());34 DCHECK(isAllocated()); in unmap()43 DCHECK(isAllocated());51 DCHECK(isAllocated()); in setMemoryPermission()60 DCHECK(isAllocated()); in releasePagesToOS()67 DCHECK(isAllocated()); in releaseAndZeroPagesToOS()75 bool isAllocated() { return getBase() != 0U; } in isAllocated() function
200 // initialization was successful by checking isAllocated() result. For in ~RegionPageMap() 214 if (!isAllocated()) in reset() 253 bool isAllocated() const { return Buffer.Data != nullptr; } in inc() 437 return PageMap.isAllocated(); in markRangeAsAllCounted() 441 if (PageMap.isAllocated()) in markRangeAsAllCounted() 445 return PageMap.isAllocated(); in markRangeAsAllCounted() 240 bool isAllocated() const { return !!Buffer; } isAllocated() function
162 if (MemMap.isAllocated()) in unmapTestOnly()573 !Region->MemMapInfo.MemMap.isAllocated()) { in getRegionBaseByClassId()609 DCHECK(!Region->MemMapInfo.MemMap.isAllocated()); in initRegion()610 DCHECK(MemMap.isAllocated()); in initRegion()1019 !Region->MemMapInfo.MemMap.isAllocated()) { in populateFreeListAndPopBlocks()1034 DCHECK(Region->MemMapInfo.MemMap.isAllocated()); in populateFreeListAndPopBlocks()
254 /// isAllocated - Return true if the specified register (or an alias) is256 bool isAllocated(MCRegister Reg) const { in isAllocated() function 317 if (!isAllocated(Regs[i])) in getFirstUnallocated() 323 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register"); in DeallocateReg() 331 if (isAllocated(Reg)) in AllocateReg() 339 if (isAllocated(Reg)) in AllocateReg() 372 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
42 if (!State.isAllocated(Reg)) in CC_X86_32_RegCall_Assign2Regs() 104 if (!State.isAllocated(Reg)) { in CC_X86_VectorCallAssignRegister() 148 if (State.isAllocated(X86::R9)) { in CC_X86_64_VectorCall()
1641 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) { in forwardMustTailParameters()
66 ZRegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock()72 PRegsAllocated[I] = State.isAllocated(PRegList[I]); in finishStackBlock()
7615 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
165 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon0957485b0211::RefState886 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon0957485b0611::MallocBugVisitor890 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated()892 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated()924 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed()926 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed()1519 if (RS->isAllocated()) in ProcessZeroAllocCheck()2039 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux()2058 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()2856 if (State.isAllocated() || State.isAllocatedOfSizeZero()) in checkDeadSymbols()[all …]
160 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
73 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
517 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
77 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()3152 if (CCInfo.isAllocated(AMDGPU::VGPR_32RegClass.getRegister(i))) in CanLowerReturn()