Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h391 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) { in FindMethodFromCode()
558 bool icce = resolved_method->CheckIncompatibleClassChange(type); in FindMethodFast()
/art/compiler/driver/
Dcompiler_driver-inl.h281 UNLIKELY(resolved_method->CheckIncompatibleClassChange(invoke_type))) { in ResolveMethod()
/art/runtime/
Dart_method-inl.h167 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange() function
Dart_method.h181 bool CheckIncompatibleClassChange(InvokeType type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dclass_linker.cc5396 if (LIKELY(resolved != nullptr && !resolved->CheckIncompatibleClassChange(type))) { in ResolveMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc910 CHECK(!called->CheckIncompatibleClassChange(invoke_type)) in artQuickResolutionTrampoline()