Home
last modified time | relevance | path

Searched refs:isAllocated (Results 1 – 25 of 32) sorted by relevance

12

/external/scudo/standalone/
Dmem_map_base.h27 DCHECK(!isAllocated());
34 DCHECK(isAllocated()); in unmap()
43 DCHECK(isAllocated());
51 DCHECK(isAllocated()); in setMemoryPermission()
61 DCHECK(isAllocated()); in releasePagesToOS()
68 DCHECK(isAllocated()); in releaseAndZeroPagesToOS()
76 bool isAllocated() { return getBase() != 0U; } in isAllocated() function
Drelease.h201 if (!isAllocated()) in ~RegionPageMap()
240 bool isAllocated() const { return !!Buffer; } in isAllocated() function
422 return PageMap.isAllocated(); in hasBlockMarked()
426 if (PageMap.isAllocated()) in ensurePageMapAllocated()
430 return PageMap.isAllocated(); in ensurePageMapAllocated()
Dprimary64.h752 if (!Region->MemMap.isAllocated()) { in populateFreeList()
762 DCHECK(Region->MemMap.isAllocated()); in populateFreeList()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h290 bool isAllocated(unsigned Reg) const { in isAllocated() function
334 if (!isAllocated(Regs[i])) in getFirstUnallocated()
343 if (isAllocated(Reg)) return 0; in AllocateReg()
350 if (isAllocated(Reg)) return 0; in AllocateReg()
382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h285 bool isAllocated(unsigned Reg) const { in isAllocated() function
346 if (!isAllocated(Regs[i])) in getFirstUnallocated()
355 if (isAllocated(Reg)) return 0; in AllocateReg()
362 if (isAllocated(Reg)) return 0; in AllocateReg()
394 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
/external/scudo/standalone/tests/
Dmap_test.cpp66 ASSERT_TRUE(MemMap.isAllocated()); in TEST()
83 ASSERT_TRUE(MemMap.isAllocated()); in TEST()
Dmemtag_test.cpp49 ASSERT_FALSE(MemMap.isAllocated()); in SetUp()
60 ASSERT_TRUE(MemMap.isAllocated()); in TearDown()
Drelease_test.cpp25 ASSERT_TRUE(PageMap2N.isAllocated()); in TEST()
29 ASSERT_TRUE(PageMap2N1_1.isAllocated()); in TEST()
34 ASSERT_TRUE(PageMap.isAllocated()); in TEST()
46 ASSERT_TRUE(PageMap.isAllocated()); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.cpp41 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()
/external/jsoncpp/src/lib_json/
Djson_value.cpp513 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator <()
515 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator <()
568 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator ==()
570 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator ==()
597 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asCString()
610 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in getCStringLength()
622 decodePrefixedString(this->isAllocated(), this->value_.string_, &length, in getString()
637 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asString()
988 if (other.value_.string_ && other.isAllocated()) { in dupPayload()
991 decodePrefixedString(other.isAllocated(), other.value_.string_, &len, in dupPayload()
[all …]
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DAsset.java145 abstract boolean isAllocated(); // { return false; } in isAllocated() method in Asset
317 if (cur.isAllocated()) { in getAssetAllocations()
611 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._FileAsset
1102 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._CompressedAsset
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java140 abstract boolean isAllocated(); // { return false; } in isAllocated() method in Asset
312 if (cur.isAllocated()) { in getAssetAllocations()
608 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._FileAsset
1098 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._CompressedAsset
/external/antlr/runtime/C/src/
Dantlr3filestream.c383 input->isAllocated = ANTLR3_TRUE; in antlr3read8Bit()
466 input->isAllocated = ANTLR3_FALSE; in antlr3CreateStringStream()
Dantlr3inputstream.c222 if (input->isAllocated && input->data != NULL) in antlr3InputClose()
290 input->isAllocated = ANTLR3_FALSE; in antlr38BitReuse()
/external/antlr/runtime/C/include/
Dantlr3input.h77 int isAllocated; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon68a7fcc20111::RefState
427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anon68a7fcc20111::MallocChecker::MallocBugVisitor
431 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isAllocated()
432 (!SPrev || !(SPrev->isAllocated() || in isAllocated()
459 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isReallocFailedCheck()
460 (SPrev && !(SPrev->isAllocated() || in isReallocFailedCheck()
907 if (RS->isAllocated()) in ProcessZeroAllocation()
1406 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
1432 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()
2139 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()
[all …]
/external/antlr/runtime/Cpp/include/
Dantlr3input.hpp157 void set_isAllocated( bool isAllocated );
Dantlr3input.inl198 ANTLR_INLINE void InputStream<ImplTraits>::set_isAllocated( bool isAllocated ) argument
200 m_isAllocated = isAllocated;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp68 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
/external/icu/icu4c/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
159 if(trie->isAllocated) { in utrie_close()
/external/cronet/third_party/icu/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
159 if(trie->isAllocated) { in utrie_close()
/external/icu/libicu/cts_headers/
Dutrie.h564 UBool isAllocated, isDataAllocated; member

12