Home
last modified time | relevance | path

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

/art/compiler/linker/
Dmulti_oat_relative_patcher_test.cc31 class MultiOatRelativePatcherTest : public testing::Test { class
112 MultiOatRelativePatcherTest() in MultiOatRelativePatcherTest() function in art::linker::MultiOatRelativePatcherTest
125 TEST_F(MultiOatRelativePatcherTest, Offsets) { in TEST_F() argument
158 TEST_F(MultiOatRelativePatcherTest, OffsetsInReserve) { in TEST_F() argument
206 TEST_F(MultiOatRelativePatcherTest, Write) { in TEST_F() argument
261 TEST_F(MultiOatRelativePatcherTest, Patch) { in TEST_F() argument
Dmulti_oat_relative_patcher.h138 friend class MultiOatRelativePatcherTest; variable