Home
last modified time | relevance | path

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

/art/compiler/dex/
Dreg_storage.h108 constexpr RegStorage(RegStorageKind rs_kind, int reg) in RegStorage() function
114 constexpr RegStorage(RegStorageKind rs_kind, int low_reg, int high_reg) in RegStorage() function
124 constexpr explicit RegStorage(uint16_t val) : reg_(val) {} in RegStorage() function
125 RegStorage() : reg_(kInvalid) {} in RegStorage() function