Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc294 uint32_t method2_target_offset = 0xccccu; in TEST_F() local
298 &code, method2_patch, method2_patch_offset, method2_target_offset); in TEST_F()
301 DCHECK_EQ(method2_target_offset + adjustment1, mock_->last_target_offset_); in TEST_F()