HomeSort by relevance Sort by last modified time
    Searched defs:class_def_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_method_iterator.h 33 class_def_(nullptr),
54 if (class_def_ == nullptr) {
55 class_def_ = &GetDexFileInternal().GetClassDef(class_def_index_);
58 class_data_ = GetDexFileInternal().GetClassData(*class_def_);
62 class_def_ = nullptr;
93 class_def_ = nullptr;
118 CHECK(class_def_ != nullptr);
119 return GetIterator().GetMethodInvokeType(*class_def_);
141 const DexFile::ClassDef* class_def_; member in class:art::DexMethodIterator
  /art/runtime/verifier/
method_verifier.h 765 const DexFile::ClassDef* const class_def_; \/\/ The class def of the declaring class of the method. member in class:art::verifier::MethodVerifier::DexFile
    [all...]

Completed in 664 milliseconds