Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h775 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt()
793 int32_t GetInt() const { return u_.int_val_; } in GetInt()
815 int32_t int_val_; member