Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc238 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Thumb2RelativePatcherTest
246 return CompileMethodCallThunk().size(); in MethodCallThunkSize()
250 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk()
1366 ASSERT_LT(RoundUp(CompileMethodCallThunk().size(), kArmAlignment) + kArmAlignment, in TEST_F()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc211 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Arm64RelativePatcherTest
219 return CompileMethodCallThunk().size(); in MethodCallThunkSize()
223 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk()
1470 ASSERT_LT(RoundUp(CompileMethodCallThunk().size(), kArm64Alignment) + kArm64Alignment, in TEST_F()