Searched defs:static_values_off_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h205 uint32_t static_values_off_; // file offset to EncodedArray member in struct:art::DexFile::ClassDef
821 if (class_def.static_values_off_ == 0) {
824 return begin_ + class_def.static_values_off_;

Completed in 62 milliseconds