Home
last modified time | relevance | path

Searched refs:dex_method_index_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dabstract_method.h61 return MemberOffset(OFFSETOF_MEMBER(AbstractMethod, dex_method_index_)); in DexMethodIndexOffset()
68 uint32_t dex_method_index_; variable
/art/runtime/
Dart_method.h205 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
Dart_method-inl.h120 return dex_method_index_; in GetDexMethodIndex()
242 return dex_method_index_ == DexFile::kDexNoIndex; in IsRuntimeMethod()
Dclass_linker_test.cc638 addOffset(OFFSETOF_MEMBER(mirror::AbstractMethod, dex_method_index_), "dexMethodIndex"); in AbstractMethodOffsets()
/art/compiler/optimizing/
Dnodes.h3708 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_; variable
4160 uint32_t GetDexMethodIndex() const { return dex_method_index_; } in GetDexMethodIndex()