Home
last modified time | relevance | path

Searched refs:short_val_ (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddex_ir.h773 void SetShort(int16_t s) { u_.short_val_ = s; } in SetShort()
791 int16_t GetShort() const { return u_.short_val_; } in GetShort()
813 int16_t short_val_; member