Searched refs:CheckIncompatibleClassChange (Results 1 – 5 of 5) sorted by relevance
336 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) { in GetResolvedMethod()406 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) { in ResolveMethod()
104 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange() function
390 bool CheckIncompatibleClassChange(InvokeType type) REQUIRES_SHARED(Locks::mutator_lock_);
8935 !resolved->CheckIncompatibleClassChange(type))) { in ResolveMethod()
1329 CHECK(!called->CheckIncompatibleClassChange(invoke_type)) in artQuickResolutionTrampoline()