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

  /art/runtime/
art_method-inl.h 171 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) {
art_method.h 300 bool CheckIncompatibleClassChange(InvokeType type) REQUIRES_SHARED(Locks::mutator_lock_);
class_linker.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 472 if (UNLIKELY(resolved_method->CheckIncompatibleClassChange(type))) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc 771 if (resolved_method->CheckIncompatibleClassChange(invoke_type)) {
    [all...]

Completed in 351 milliseconds