Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h783 void SetMethodId(MethodId* method_id) { u_.method_val_ = method_id; } in SetMethodId()
801 MethodId* GetMethodId() const { return u_.method_val_; } in GetMethodId()
823 MethodId* method_val_; member