Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.h201 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_), new_idx); in SetDexMethodIndex()
580 uint32_t dex_method_index_; variable
Dart_method-inl.h83 return GetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_)); in GetDexMethodIndex()
/art/runtime/
Dclass_linker_test.cc493 …offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::ArtMethod, dex_method_index_), … in ArtMethodOffsets()