Searched refs:dex_method_index_ (Results 1 – 5 of 5) sorted by relevance
61 return MemberOffset(OFFSETOF_MEMBER(AbstractMethod, dex_method_index_)); in DexMethodIndexOffset()68 uint32_t dex_method_index_; variable
205 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0), in ArtMethod()384 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_); in DexMethodIndexOffset()407 dex_method_index_ = new_idx; in SetDexMethodIndex()697 uint32_t dex_method_index_; variable
120 return dex_method_index_; in GetDexMethodIndex()242 return dex_method_index_ == DexFile::kDexNoIndex; in IsRuntimeMethod()
638 addOffset(OFFSETOF_MEMBER(mirror::AbstractMethod, dex_method_index_), "dexMethodIndex"); in AbstractMethodOffsets()
3708 uint32_t GetDexMethodIndex() const { return dex_method_index_; } in GetDexMethodIndex()3775 dex_method_index_(dex_method_index), in HInvoke()3795 const uint32_t dex_method_index_; variable4160 uint32_t GetDexMethodIndex() const { return dex_method_index_; } in GetDexMethodIndex()