Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc83 last_literal_offset_ = literal_offset; in PatchCall()
92 last_literal_offset_ = patch.LiteralOffset(); in PatchPcRelativeReference()
124 uint32_t last_literal_offset_ = 0u; member in art::linker::MultiOatRelativePatcherTest::MockPatcher
288 DCHECK_EQ(method1_literal_offset, mock_->last_literal_offset_); in TEST_F()
299 DCHECK_EQ(method2_literal_offset, mock_->last_literal_offset_); in TEST_F()
310 DCHECK_EQ(method3_literal_offset, mock_->last_literal_offset_); in TEST_F()