HomeSort by relevance Sort by last modified time
    Searched refs:CheckIncompatibleClassChange (Results 1 - 7 of 7) sorted by null

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 384 CHECK(!called->CheckIncompatibleClassChange(invoke_type));
395 CHECK(!called->CheckIncompatibleClassChange(invoke_type));
  /art/compiler/driver/
compiler_driver-inl.h 182 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(invoke_type))) {
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 377 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) {
549 bool icce = resolved_method->CheckIncompatibleClassChange(type);
  /art/runtime/mirror/
art_method-inl.h 154 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) {
art_method.h 165 bool CheckIncompatibleClassChange(InvokeType type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 201 milliseconds