/external/scudo/standalone/ |
D | mem_map_base.h | 27 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
|
D | release.h | 201 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()
|
D | primary64.h | 752 if (!Region->MemMap.isAllocated()) { in populateFreeList() 762 DCHECK(Region->MemMap.isAllocated()); in populateFreeList()
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 290 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/ |
D | CallingConvLower.h | 285 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/ |
D | ObjCRetainCount.h | 182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) { 183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
|
/external/scudo/standalone/tests/ |
D | map_test.cpp | 66 ASSERT_TRUE(MemMap.isAllocated()); in TEST() 83 ASSERT_TRUE(MemMap.isAllocated()); in TEST()
|
D | memtag_test.cpp | 49 ASSERT_FALSE(MemMap.isAllocated()); in SetUp() 60 ASSERT_TRUE(MemMap.isAllocated()); in TearDown()
|
D | release_test.cpp | 25 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/ |
D | X86CallingConv.cpp | 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()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 513 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/ |
D | Asset.java | 145 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/ |
D | Asset.java | 140 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/ |
D | antlr3filestream.c | 383 input->isAllocated = ANTLR3_TRUE; in antlr3read8Bit() 466 input->isAllocated = ANTLR3_FALSE; in antlr3CreateStringStream()
|
D | antlr3inputstream.c | 222 if (input->isAllocated && input->data != NULL) in antlr3InputClose() 290 input->isAllocated = ANTLR3_FALSE; in antlr38BitReuse()
|
/external/antlr/runtime/C/include/ |
D | antlr3input.h | 77 int isAllocated; member
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 77 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/ |
D | antlr3input.hpp | 157 void set_isAllocated( bool isAllocated );
|
D | antlr3input.inl | 198 ANTLR_INLINE void InputStream<ImplTraits>::set_isAllocated( bool isAllocated ) argument 200 m_isAllocated = isAllocated;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CallingConvLower.cpp | 68 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 159 if(trie->isAllocated) { in utrie_close()
|
/external/cronet/third_party/icu/source/common/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 159 if(trie->isAllocated) { in utrie_close()
|
/external/icu/libicu/cts_headers/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|