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

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

Completed in 45 milliseconds