Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc97 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Thumb2RelativePatcherTest
105 return CompileMethodCallThunk().size(); in MethodCallThunkSize()
109 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc162 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Arm64RelativePatcherTest
170 return CompileMethodCallThunk().size(); in MethodCallThunkSize()
174 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk()
1235 ASSERT_LT(RoundUp(CompileMethodCallThunk().size(), kArm64Alignment) + kArm64Alignment, in TEST_F()