Searched refs:dex_method_index_ (Results 1 – 4 of 4) sorted by relevance
/art/runtime/mirror/ |
D | executable.h | 62 uint32_t dex_method_index_; variable 74 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_)); in DexMethodIndexOffset()
|
/art/runtime/ |
D | art_method.h | 79 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
|
D | class_linker_test.cc | 731 addOffset(OFFSETOF_MEMBER(mirror::Executable, dex_method_index_), "dexMethodIndex"); in ExecutableOffsets()
|
/art/compiler/optimizing/ |
D | nodes.h | 4310 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
|