Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dexecutable.h62 uint32_t dex_method_index_; variable
74 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_)); in DexMethodIndexOffset()
/art/runtime/
Dart_method.h79 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0), in ArtMethod()
371 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, dex_method_index_)); in DexMethodIndexOffset()
391 return dex_method_index_; in GetDexMethodIndex()
396 dex_method_index_ = new_idx; in SetDexMethodIndex()
555 return dex_method_index_ == kRuntimeMethodDexMethodIndex; in IsRuntimeMethod()
715 visitor(this, &dex_method_index_, "dex_method_index_"); in VisitMembers()
758 uint32_t dex_method_index_; variable
Dclass_linker_test.cc731 addOffset(OFFSETOF_MEMBER(mirror::Executable, dex_method_index_), "dexMethodIndex"); in ExecutableOffsets()
/art/compiler/optimizing/
Dnodes.h4310 uint32_t GetDexMethodIndex() const { return dex_method_index_; } in GetDexMethodIndex()
4386 dex_method_index_(dex_method_index), in HInvoke()
4400 const uint32_t dex_method_index_; variable