Searched refs:GetRawStorage (Results 1 – 13 of 13) sorted by relevance
/art/runtime/base/ |
D | bit_vector.h | 73 : 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
|
D | bit_vector_test.cc | 40 EXPECT_EQ(0U, *bv.GetRawStorage()); in TEST() 56 EXPECT_EQ(0x80000001U, *bv.GetRawStorage()); in TEST() 77 EXPECT_EQ(bits, bv.GetRawStorage()); in TEST()
|
D | bit_vector-inl.h | 75 (memcmp(storage_, src->GetRawStorage(), storage_size_ * sizeof(uint32_t)) == 0); in Equal()
|
D | bit_vector.cc | 89 return (memcmp(storage_, src->GetRawStorage(), our_highest_index * kWordBytes) == 0); in SameBitsSet() 305 memcpy(storage_, src->GetRawStorage(), kWordBytes * size); in Copy()
|
/art/compiler/utils/ |
D | growable_array.h | 163 T* GetRawStorage() const { return elem_list_; } in GetRawStorage() function
|
/art/compiler/optimizing/ |
D | code_generator_mips64.h | 257 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
|
D | code_generator_x86.h | 270 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
|
D | code_generator_arm.h | 279 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
|
D | code_generator_x86_64.h | 261 return CommonGetLabelOf<Label>(block_labels_.GetRawStorage(), block); in GetLabelOf()
|
D | nodes.h | 3933 return moves_.GetRawStorage() + index; in MoveOperandsAt()
|
/art/compiler/dex/ |
D | ssa_transformation.cc | 424 dest->GetRawStorage()[idx] |= src1->GetRawStorageWord(idx) & ~(src2->GetRawStorageWord(idx)); in ComputeSuccLineIn()
|
/art/compiler/ |
D | oat_writer.cc | 1548 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/ |
D | codegen_util.cc | 828 reinterpret_cast<const uint8_t*>(references->GetRawStorage())); in CreateNativeGcMap() 839 const auto* raw_storage = references->GetRawStorage(); in CreateNativeGcMap()
|