Searched refs:CompileMethodCallThunk (Results 1 – 2 of 2) sorted by relevance
238 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Thumb2RelativePatcherTest246 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()
211 std::vector<uint8_t> CompileMethodCallThunk() { in CompileMethodCallThunk() function in art::linker::Arm64RelativePatcherTest219 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()