Searched refs:Block (Results 1 – 7 of 7) sorted by relevance
90 class PACKED(4) Block final {92 Block(StorageMode storage_mode, in Block() function407 IterationRange<const Block*> GetBlocks() const { in GetBlocks()411 IterationRange<const Block*> GetBlocks(const uint8_t* image_begin) const { in GetBlocks()412 const Block* begin = reinterpret_cast<const Block*>(image_begin + blocks_offset_); in GetBlocks()
48 void Block() { in Block() function
199 bool ImageHeader::Block::Decompress(uint8_t* out_ptr, in Decompress()327 dchecked_vector<ImageHeader::Block> blocks; in WriteData()365 blocks.emplace_back(ImageHeader::Block( in WriteData()385 out_offset = RoundUp(out_offset, alignof(ImageHeader::Block)); in WriteData()
2424 signals.Block(); in BlockSignals()
42 # Block would be split here but second part not marked as throwing.
68 void Block() { in Block() function in art::__anon1006f6110111::timeout_signal::SignalSet638 signals.Block(); in SetupAndWait()643 signals.Block(); in SetupAndWait()
1058 for (const ImageHeader::Block& block : image_header.GetBlocks(temp_map.Begin())) { in LoadImageFile()