HomeSort by relevance Sort by last modified time
    Searched refs:static_values_off_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_file.h 190 uint32_t static_values_off_; // file offset to EncodedArray member in struct:art::DexFile::ClassDef
682 if (class_def.static_values_off_ == 0) {
685 return begin_ + class_def.static_values_off_;
    [all...]
dex_file_verifier.cc     [all...]
class_linker.cc     [all...]

Completed in 632 milliseconds