Home
last modified time | relevance | path

Searched refs:class_def_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_method_iterator.h33 class_def_(nullptr), in DexMethodIterator()
54 if (class_def_ == nullptr) { in HasNext()
55 class_def_ = &GetDexFileInternal().GetClassDef(class_def_index_); in HasNext()
58 class_data_ = GetDexFileInternal().GetClassData(*class_def_); in HasNext()
62 class_def_ = nullptr; in HasNext()
93 class_def_ = nullptr; in HasNext()
118 CHECK(class_def_ != nullptr); in GetInvokeType()
119 return GetIterator().GetMethodInvokeType(*class_def_); in GetInvokeType()
141 const DexFile::ClassDef* class_def_; variable
/art/runtime/verifier/
Dmethod_verifier.h706 const DexFile::ClassDef* const class_def_; // The class def of the declaring class of the method. variable
Dmethod_verifier.cc396 class_def_(class_def), in MethodVerifier()
626 ClassReference ref(dex_file_, dex_file_->GetIndexForClassDef(*class_def_)); in Fail()