Home
last modified time | relevance | path

Searched defs:BinSlot (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.h246 struct BinSlot { struct
257 bool operator<(const BinSlot& other) const { return lockword_ < other.lockword_; } argument
Dimage_writer.cc2676 ImageWriter::BinSlot::BinSlot(uint32_t lockword) : lockword_(lockword) { in BinSlot() function in art::linker::ImageWriter::BinSlot
2686 ImageWriter::BinSlot::BinSlot(Bin bin, uint32_t index) in BinSlot() function in art::linker::ImageWriter::BinSlot