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

/art/compiler/linker/
H A Dmulti_oat_relative_patcher_test.cc85 last_patch_offset_ = patch_offset;
94 last_patch_offset_ = patch_offset;
108 uint32_t last_patch_offset_ = 0u; member in class:art::linker::MultiOatRelativePatcherTest::MockPatcher
272 DCHECK_EQ(method1_patch_offset + adjustment1, mock_->last_patch_offset_);
283 DCHECK_EQ(method2_patch_offset + adjustment1, mock_->last_patch_offset_);
294 DCHECK_EQ(method3_patch_offset + adjustment2, mock_->last_patch_offset_);

Completed in 126 milliseconds