Home
last modified time | relevance | path

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

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