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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 391 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) {
558 bool icce = resolved_method->CheckIncompatibleClassChange(type);
  /art/compiler/driver/
compiler_driver-inl.h 281 UNLIKELY(resolved_method->CheckIncompatibleClassChange(invoke_type))) {
  /art/runtime/
art_method-inl.h 167 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) {
art_method.h 181 bool CheckIncompatibleClassChange(InvokeType type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
class_linker.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 324 milliseconds