Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc307 uint32_t method3_patch_offset = 0x108u; in TEST_F() local
309 patcher_.PatchCall(&code, method3_literal_offset, method3_patch_offset, method3_target_offset); in TEST_F()
311 DCHECK_EQ(method3_patch_offset + adjustment2, mock_->last_patch_offset_); in TEST_F()