Searched refs:static_values_ (Results 1 – 1 of 1) sorted by relevance
931 static_values_(static_values) { size_ = kClassDefItemSize; } in ClassDef()945 EncodedArrayItem* StaticValues() { return static_values_; } in StaticValues()957 EncodedArrayItem* static_values_; // This can be nullptr. variable