Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dabstract_method.h58 return MemberOffset(OFFSETOF_MEMBER(AbstractMethod, dex_method_index_)); in DexMethodIndexOffset()
66 uint32_t dex_method_index_; variable
/art/runtime/
Dart_method.h51 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
Dart_method-inl.h84 return dex_method_index_; in GetDexMethodIndex()
271 return dex_method_index_ == DexFile::kDexNoIndex; in IsRuntimeMethod()
Dclass_linker_test.cc620 addOffset(OFFSETOF_MEMBER(mirror::AbstractMethod, dex_method_index_), "dexMethodIndex"); in AbstractMethodOffsets()
/art/compiler/
Delf_writer_debug.cc293 std::string method_name = PrettyMethod(method_info->dex_method_index_, in WriteDebugSections()
349 mi->dex_method_index_, in WriteDebugSections()
Doat_writer.h117 uint32_t dex_method_index_; member
Delf_writer_quick.cc271 std::string name = PrettyMethod(it->dex_method_index_, *it->dex_file_, true); in WriteDebugSymbols()
/art/compiler/optimizing/
Dnodes.h2398 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()