Searched defs:GetRawStorage (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dbit_vector.h88 : bit_storage_(bit_vector->GetRawStorage()),
93 : bit_storage_(bit_vector->GetRawStorage()),
172 (memcmp(storage_, src->GetRawStorage(), storage_size_ * sizeof(uint32_t)) == 0);
193 uint32_t* GetRawStorage() { return storage_; } function in class:art::BitVector
194 const uint32_t* GetRawStorage() const { return storage_; } function in class:art::BitVector
/art/compiler/utils/
H A Dgrowable_array.h200 T* GetRawStorage() const { return elem_list_; } function in class:art::GrowableArray

Completed in 49 milliseconds