Searched refs:dex_method_index_ (Results 1 – 3 of 3) sorted by relevance
74 uint32_t dex_method_index_; variable101 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_)); in DexMethodIndexOffset()
81 ArtMethod() : access_flags_(0), dex_method_index_(0), in ArtMethod()433 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, dex_method_index_)); in DexMethodIndexOffset()448 return dex_method_index_; in GetDexMethodIndex()453 dex_method_index_ = new_idx; in SetDexMethodIndex()600 return dex_method_index_ == kRuntimeMethodDexMethodIndex; in IsRuntimeMethod()761 visitor(this, &dex_method_index_, "dex_method_index_"); in VisitMembers()801 uint32_t dex_method_index_; variable
741 addOffset(OFFSETOF_MEMBER(mirror::Executable, dex_method_index_), "dexMethodIndex"); in ExecutableOffsets()