Searched refs:dex_method_index_ (Results 1 - 5 of 5) sorted by path

/art/compiler/optimizing/
H A Dnodes.h3708 uint32_t GetDexMethodIndex() const { return dex_method_index_; }
3775 dex_method_index_(dex_method_index),
3795 const uint32_t dex_method_index_; member in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvoke
4160 uint32_t GetDexMethodIndex() const { return dex_method_index_; }
/art/runtime/
H A Dart_method-inl.h120 return dex_method_index_;
242 return dex_method_index_ == DexFile::kDexNoIndex;
H A Dart_method.h221 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0),
400 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_);
423 dex_method_index_ = new_idx;
713 uint32_t dex_method_index_; member in class:art::FINAL
H A Dclass_linker_test.cc702 addOffset(OFFSETOF_MEMBER(mirror::AbstractMethod, dex_method_index_), "dexMethodIndex");
/art/runtime/mirror/
H A Dabstract_method.h61 return MemberOffset(OFFSETOF_MEMBER(AbstractMethod, dex_method_index_));
68 uint32_t dex_method_index_; member in class:art::mirror::AbstractMethod

Completed in 82 milliseconds