Searched refs:dex_method_index_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/mirror/
H A Dexecutable.h53 uint32_t dex_method_index_; member in class:art::mirror::Executable
68 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_));
/art/runtime/
H A Dart_method.h78 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0),
368 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, dex_method_index_));
388 return dex_method_index_;
395 dex_method_index_ = new_idx;
559 return dex_method_index_ == kRuntimeMethodDexMethodIndex;
728 visitor(this, &dex_method_index_, "dex_method_index_");
767 uint32_t dex_method_index_; member in class:art::FINAL
H A Dclass_linker_test.cc719 addOffset(OFFSETOF_MEMBER(mirror::Executable, dex_method_index_), "dexMethodIndex");
/art/compiler/optimizing/
H A Dnodes.h4251 uint32_t GetDexMethodIndex() const { return dex_method_index_; }
4332 dex_method_index_(dex_method_index),
4344 const uint32_t dex_method_index_; member in class:art::FINAL::FINAL::ComparisonBias::HInvoke

Completed in 346 milliseconds