Home
last modified time | relevance | path

Searched defs:AllocatedSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h44 size_t AllocatedSize; ///< Size, in bytes of the memory area variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_flat.h128 size_t AllocatedSize() const { return TagToAllocatedSize(tag); } in AllocatedSize() function
/third_party/node/deps/v8/src/heap/cppgc/
Dheap-object-header.h222 size_t HeapObjectHeader::AllocatedSize() const { in AllocatedSize() function
/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h243 inline int FixedArray::AllocatedSize() { return SizeFor(length(kAcquireLoad)); } in AllocatedSize() function
244 inline int WeakFixedArray::AllocatedSize() { in AllocatedSize() function
247 inline int WeakArrayList::AllocatedSize() { return SizeFor(capacity()); } in AllocatedSize() function
Dstring-inl.h1062 inline int SeqOneByteString::AllocatedSize() { in AllocatedSize() function
1065 inline int SeqTwoByteString::AllocatedSize() { in AllocatedSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp221 uint64_t AllocatedSize = 0; member in __anon2bb7eee50111::CallAnalyzer