Home
last modified time | relevance | path

Searched refs:GetRawStorage (Results 1 – 13 of 13) sorted by relevance

/art/runtime/base/
Dbit_vector.h73 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()
78 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()
214 uint32_t* GetRawStorage() { in GetRawStorage() function
218 const uint32_t* GetRawStorage() const { in GetRawStorage() function
Dbit_vector_test.cc40 EXPECT_EQ(0U, *bv.GetRawStorage()); in TEST()
56 EXPECT_EQ(0x80000001U, *bv.GetRawStorage()); in TEST()
77 EXPECT_EQ(bits, bv.GetRawStorage()); in TEST()
Dbit_vector-inl.h75 (memcmp(storage_, src->GetRawStorage(), storage_size_ * sizeof(uint32_t)) == 0); in Equal()
Dbit_vector.cc89 return (memcmp(storage_, src->GetRawStorage(), our_highest_index * kWordBytes) == 0); in SameBitsSet()
305 memcpy(storage_, src->GetRawStorage(), kWordBytes * size); in Copy()
/art/compiler/utils/
Dgrowable_array.h163 T* GetRawStorage() const { return elem_list_; } in GetRawStorage() function
/art/compiler/optimizing/
Dcode_generator_mips64.h257 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
Dcode_generator_x86.h270 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
Dcode_generator_arm.h279 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
Dcode_generator_x86_64.h261 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
Dnodes.h3933 return moves_.GetRawStorage() + index; in MoveOperandsAt()
/art/compiler/dex/
Dssa_transformation.cc424 dest->GetRawStorage()[idx] |= src1->GetRawStorageWord(idx) & ~(src2->GetRawStorageWord(idx)); in ComputeSuccLineIn()
/art/compiler/
Doat_writer.cc1548 oat_header->UpdateChecksum(method_bitmap_->GetRawStorage(), method_bitmap_size_); in UpdateChecksum()
1575 if (!out->WriteFully(method_bitmap_->GetRawStorage(), method_bitmap_size_)) { in Write()
/art/compiler/dex/quick/
Dcodegen_util.cc828 reinterpret_cast<const uint8_t*>(references->GetRawStorage())); in CreateNativeGcMap()
839 const auto* raw_storage = references->GetRawStorage(); in CreateNativeGcMap()