Home
last modified time | relevance | path

Searched refs:Block (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dimage.h86 class PACKED(4) Block final {
88 Block(StorageMode storage_mode, in Block() function
399 IterationRange<const Block*> GetBlocks() const { in GetBlocks()
403 IterationRange<const Block*> GetBlocks(const uint8_t* image_begin) const { in GetBlocks()
404 const Block* begin = reinterpret_cast<const Block*>(image_begin + blocks_offset_); in GetBlocks()
Dsignal_set.h48 void Block() { in Block() function
Dimage.cc173 bool ImageHeader::Block::Decompress(uint8_t* out_ptr, in Decompress()
Druntime.cc2324 signals.Block(); in BlockSignals()
/art/test/523-checker-can-throw-regression/smali/
DTest.smali42 # Block would be split here but second part not marked as throwing.
/art/tools/signal_dumper/
Dsignal_dumper.cc68 void Block() { in Block() function in art::__anon25001a8c0111::timeout_signal::SignalSet
642 signals.Block(); in SetupAndWait()
647 signals.Block(); in SetupAndWait()
/art/dex2oat/linker/
Dimage_writer.cc458 std::vector<ImageHeader::Block> blocks; in Write()
493 blocks.emplace_back(ImageHeader::Block( in Write()
515 out_offset = RoundUp(out_offset, alignof(ImageHeader::Block)); in Write()
/art/runtime/gc/space/
Dimage_space.cc988 for (const ImageHeader::Block& block : image_header.GetBlocks(temp_map.Begin())) { in LoadImageFile()