Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc84 last_patch_offset_ = patch_offset; in PatchCall()
93 last_patch_offset_ = patch_offset; in PatchPcRelativeReference()
125 uint32_t last_patch_offset_ = 0u; member in art::linker::MultiOatRelativePatcherTest::MockPatcher
289 DCHECK_EQ(method1_patch_offset + adjustment1, mock_->last_patch_offset_); in TEST_F()
300 DCHECK_EQ(method2_patch_offset + adjustment1, mock_->last_patch_offset_); in TEST_F()
311 DCHECK_EQ(method3_patch_offset + adjustment2, mock_->last_patch_offset_); in TEST_F()