Home
last modified time | relevance | path

Searched refs:new_idx (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dart_field.h81 void SetDexFieldIndex(uint32_t new_idx) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetDexFieldIndex() argument
83 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtField, field_dex_idx_), new_idx); in SetDexFieldIndex()
Dart_method.h199 void SetDexMethodIndex(uint32_t new_idx) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetDexMethodIndex() argument
201 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_method_index_), new_idx); in SetDexMethodIndex()