Searched refs:new_code_off (Results 1 – 1 of 1) sorted by relevance
189 void SetCodeItemOffset(uint32_t new_code_off) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetCodeItemOffset() argument191 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_code_item_offset_), new_code_off); in SetCodeItemOffset()