Searched defs:lockword_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dimage_writer.h136 // uint32 = typeof(lockword_)
157 uint32_t Uint32Value() const { return lockword_; }
159 bool operator<(const BinSlot& other) const { return lockword_ < other.lockword_; }
163 const uint32_t lockword_; member in struct:art::FINAL::BinSlot

Completed in 48 milliseconds