HomeSort by relevance Sort by last modified time
    Searched refs:dex_method_index_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
art_method.h 201 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_), new_idx);
580 uint32_t dex_method_index_; member in class:art::mirror::FINAL
art_method-inl.h 83 return GetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_));
  /art/runtime/
class_linker_test.cc 493 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::ArtMethod, dex_method_index_), "dexMethodIndex"));
    [all...]

Completed in 1814 milliseconds