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

/art/runtime/
H A Ddex_method_iterator.h33 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/
H A Dmethod_verifier.h765 const DexFile::ClassDef* const class_def_; // The class def of the declaring class of the method. member in class:art::verifier::MethodVerifier::DexFile
H A Dmethod_verifier.cc524 class_def_(class_def),
763 if ((class_def_->GetJavaAccessFlags() & kAccInterface) != 0) {
794 if ((class_def_->GetJavaAccessFlags() & kAccInterface) != 0) {
4078 if (class_idx == class_def_->class_idx_) {

Completed in 67 milliseconds