HomeSort by relevance Sort by last modified time
    Searched refs:lockword_ (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/linker/
image_writer.h 248 // uint32 = typeof(lockword_)
274 uint32_t Uint32Value() const { return lockword_; }
276 bool operator<(const BinSlot& other) const { return lockword_ < other.lockword_; }
280 uint32_t lockword_; member in struct:art::linker::final::BinSlot
    [all...]
image_writer.cc     [all...]

Completed in 277 milliseconds