Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dbit_vector.cc42 uint32_t* storage) in BitVector()
378 bool BitVector::IsBitSet(const uint32_t* storage, uint32_t num) { in IsBitSet()
383 uint32_t BitVector::NumSetBits(const uint32_t* storage, uint32_t end) { in NumSetBits()
/art/runtime/jdwp/
Djdwp_expand_buf.cc38 uint8_t* storage; member
/art/runtime/gc/space/
Dbump_pointer_space.cc142 byte* storage = reinterpret_cast<byte*>( in AllocBlock() local
/art/runtime/mirror/
Dclass.cc722 const char* Class::GetDescriptor(std::string* storage) { in GetDescriptor()
737 const char* Class::GetArrayDescriptor(std::string* storage) { in GetArrayDescriptor()