HomeSort by relevance Sort by last modified time
    Searched refs:GetEncodedSize (Results 1 - 6 of 6) sorted by null

  /bionic/libc/malloc_debug/
PointerData.h 90 static size_t GetEncodedSize(size_t size) { return GetEncodedSize(*g_malloc_zygote_child, size); }
91 static size_t GetEncodedSize(bool child_alloc, size_t size) {
PointerData.cpp 182 pointers_[pointer] = PointerInfoType{PointerInfoType::GetEncodedSize(pointer_size), hash_index};
480 PointerInfoType::GetEncodedSize(list_info.zygote_child_alloc, list_info.size);
  /system/core/libunwindstack/
DwarfMemory.cpp 82 size_t DwarfMemory::GetEncodedSize(uint8_t encoding) {
247 template size_t DwarfMemory::GetEncodedSize<uint32_t>(uint8_t);
248 template size_t DwarfMemory::GetEncodedSize<uint64_t>(uint8_t);
DwarfEhFrameWithHdr.cpp 54 table_entry_size_ = memory_.template GetEncodedSize<AddressType>(table_encoding_);
  /system/core/libunwindstack/include/unwindstack/
DwarfMemory.h 42 size_t GetEncodedSize(uint8_t encoding);
  /system/core/libunwindstack/tests/
DwarfMemoryTest.cpp 172 ASSERT_EQ(expected, dwarf_mem_->GetEncodedSize<AddressType>(encoding))

Completed in 114 milliseconds