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

  /art/runtime/
dex_file.h 204 uint32_t static_values_off_; // file offset to EncodedArray member in struct:art::DexFile::ClassDef
824 if (class_def.static_values_off_ == 0) {
827 return begin_ + class_def.static_values_off_;
    [all...]
dex_file_verifier.cc     [all...]
class_linker.cc     [all...]
  /art/dexlayout/
dex_ir.cc 386 CreateEncodedArrayItem(static_data, disk_class_def.static_values_off_);
    [all...]

Completed in 205 milliseconds