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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc201 bool CheckThunk(uint32_t thunk_offset) { function in class:art::linker::Thumb2RelativePatcherTest
431 EXPECT_TRUE(CheckThunk(thunk_offset));
509 CheckThunk(thunk_offset);
538 EXPECT_TRUE(CheckThunk(thunk_offset));
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc180 bool CheckThunk(uint32_t thunk_offset) { function in class:art::linker::Arm64RelativePatcherTest
614 EXPECT_TRUE(CheckThunk(thunk_offset));
701 CheckThunk(thunk_offset);
732 EXPECT_TRUE(CheckThunk(thunk_offset));

Completed in 148 milliseconds