Searched defs:AllocatedSize (Results 1 – 6 of 6) sorted by relevance
44 size_t AllocatedSize; ///< Size, in bytes of the memory area variable
128 size_t AllocatedSize() const { return TagToAllocatedSize(tag); } in AllocatedSize() function
222 size_t HeapObjectHeader::AllocatedSize() const { in AllocatedSize() function
243 inline int FixedArray::AllocatedSize() { return SizeFor(length(kAcquireLoad)); } in AllocatedSize() function244 inline int WeakFixedArray::AllocatedSize() { in AllocatedSize() function247 inline int WeakArrayList::AllocatedSize() { return SizeFor(capacity()); } in AllocatedSize() function
1062 inline int SeqOneByteString::AllocatedSize() { in AllocatedSize() function1065 inline int SeqTwoByteString::AllocatedSize() { in AllocatedSize() function
221 uint64_t AllocatedSize = 0; member in __anon2bb7eee50111::CallAnalyzer