Searched refs:dex_method_index_ (Results 1 – 8 of 8) sorted by relevance
/art/runtime/mirror/ |
D | abstract_method.h | 58 return MemberOffset(OFFSETOF_MEMBER(AbstractMethod, dex_method_index_)); in DexMethodIndexOffset() 66 uint32_t dex_method_index_; variable
|
/art/runtime/ |
D | art_method.h | 51 ArtMethod() : access_flags_(0), dex_code_item_offset_(0), dex_method_index_(0), in ArtMethod() 198 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_); in DexMethodIndexOffset() 221 dex_method_index_ = new_idx; in SetDexMethodIndex() 561 uint32_t dex_method_index_; variable
|
D | art_method-inl.h | 84 return dex_method_index_; in GetDexMethodIndex() 271 return dex_method_index_ == DexFile::kDexNoIndex; in IsRuntimeMethod()
|
D | class_linker_test.cc | 620 addOffset(OFFSETOF_MEMBER(mirror::AbstractMethod, dex_method_index_), "dexMethodIndex"); in AbstractMethodOffsets()
|
/art/compiler/ |
D | elf_writer_debug.cc | 293 std::string method_name = PrettyMethod(method_info->dex_method_index_, in WriteDebugSections() 349 mi->dex_method_index_, in WriteDebugSections()
|
D | oat_writer.h | 117 uint32_t dex_method_index_; member
|
D | elf_writer_quick.cc | 271 std::string name = PrettyMethod(it->dex_method_index_, *it->dex_file_, true); in WriteDebugSymbols()
|
/art/compiler/optimizing/ |
D | nodes.h | 2398 uint32_t GetDexMethodIndex() const { return dex_method_index_; } in GetDexMethodIndex() 2422 dex_method_index_(dex_method_index), in HInvoke() 2437 const uint32_t dex_method_index_; variable 2595 uint32_t GetDexMethodIndex() const { return dex_method_index_; } in GetDexMethodIndex()
|