Searched refs:GetTypeAt (Results 1 – 2 of 2) sorted by relevance
480 if (ic.GetTypeAt(i) == nullptr) { in TryInlinePolymorphicCall()485 method = ic.GetTypeAt(i)->FindVirtualMethodForInterface( in TryInlinePolymorphicCall()489 method = ic.GetTypeAt(i)->FindVirtualMethodForVirtual( in TryInlinePolymorphicCall()498 ic.GetTypeAt(i), caller_dex_file, caller_compilation_unit_.GetDexCache()); in TryInlinePolymorphicCall()505 bool is_referrer = (ic.GetTypeAt(i) == outermost_graph_->GetArtMethod()->GetDeclaringClass()); in TryInlinePolymorphicCall()511 (ic.GetTypeAt(i + 1) == nullptr); in TryInlinePolymorphicCall()647 if (ic.GetTypeAt(i) == nullptr) { in TryInlinePolymorphicCallToSameTarget()652 new_method = ic.GetTypeAt(i)->GetEmbeddedImTableEntry( in TryInlinePolymorphicCallToSameTarget()661 new_method = ic.GetTypeAt(i)->GetEmbeddedVTableEntry(method_index, pointer_size); in TryInlinePolymorphicCallToSameTarget()
72 mirror::Class* GetTypeAt(size_t i) const SHARED_REQUIRES(Locks::mutator_lock_) { in GetTypeAt() function