Searched refs:method_val_ (Results 1 – 1 of 1) sorted by relevance
801 void SetMethodId(MethodId* method_id) { u_.method_val_ = method_id; } in SetMethodId()819 MethodId* GetMethodId() const { return u_.method_val_; } in GetMethodId()841 MethodId* method_val_; member