Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc55 last_write_offset_ = offset; in WriteThunks()
119 uint32_t last_write_offset_ = 0u; member in art::linker::MultiOatRelativePatcherTest::MockPatcher
232 ASSERT_EQ(adjustment1 + method1_offset, mock_->last_write_offset_); in TEST_F()
242 ASSERT_EQ(adjustment1 + method2_offset, mock_->last_write_offset_); in TEST_F()
259 ASSERT_EQ(adjustment2 + method3_offset, mock_->last_write_offset_); in TEST_F()