Searched refs:CompileMethodCallThunk (Results 1 – 2 of 2) sorted by relevance
97 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Thumb2RelativePatcherTest105 return CompileMethodCallThunk().size(); in MethodCallThunkSize()109 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk()
162 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Arm64RelativePatcherTest170 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()