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 220 uint32_t static_values_off_; // file offset to EncodedArray member in struct:art::DexFile::ClassDef
800 if (class_def.static_values_off_ == 0) {
803 return begin_ + class_def.static_values_off_;
    [all...]
dex_file_verifier.cc     [all...]
class_linker.cc     [all...]

Completed in 1222 milliseconds