Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h923 static_values_(static_values) { size_ = kClassDefItemSize; } in ClassDef()
937 EncodedArrayItem* StaticValues() { return static_values_; } in StaticValues()
949 EncodedArrayItem* static_values_; // This can be nullptr. variable