Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher_test.cc285 uint32_t method1_patch_offset = 0x1234u; in TEST_F() local
287 patcher_.PatchCall(&code, method1_literal_offset, method1_patch_offset, method1_target_offset); in TEST_F()
289 DCHECK_EQ(method1_patch_offset + adjustment1, mock_->last_patch_offset_); in TEST_F()