Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher_test.cc284 uint32_t method1_literal_offset = 4u; in TEST_F() local
287 patcher_.PatchCall(&code, method1_literal_offset, method1_patch_offset, method1_target_offset); in TEST_F()
288 DCHECK_EQ(method1_literal_offset, mock_->last_literal_offset_); in TEST_F()