Searched refs:method1_patch_offset (Results 1 – 1 of 1) sorted by relevance
285 uint32_t method1_patch_offset = 0x1234u; in TEST_F() local287 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()