Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dexecutable.h74 uint32_t dex_method_index_; variable
101 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_)); in DexMethodIndexOffset()
/art/runtime/
Dart_method.h81 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
Dclass_linker_test.cc741 addOffset(OFFSETOF_MEMBER(mirror::Executable, dex_method_index_), "dexMethodIndex"); in ExecutableOffsets()