Home
last modified time | relevance | path

Searched refs:CheckIncompatibleClassChange (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dclass_linker-inl.h336 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) { in GetResolvedMethod()
406 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) { in ResolveMethod()
Dart_method-inl.h104 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange() function
Dart_method.h390 bool CheckIncompatibleClassChange(InvokeType type) REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc8935 !resolved->CheckIncompatibleClassChange(type))) { in ResolveMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1329 CHECK(!called->CheckIncompatibleClassChange(invoke_type)) in artQuickResolutionTrampoline()