Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h780 void SetTypeId(TypeId* type_id) { u_.type_val_ = type_id; } in SetTypeId()
798 TypeId* GetTypeId() const { return u_.type_val_; } in GetTypeId()
820 TypeId* type_val_; member