Searched refs:GetInvokeType (Results 1 – 12 of 12) sorted by relevance
36 MirMethodLoweringInfo unresolved(it->MethodIndex(), it->GetInvokeType()); in Resolve()64 InvokeType invoke_type = it->GetInvokeType(); in Resolve()
130 InvokeType GetInvokeType() const { in GetInvokeType() function
1270 LOG(INFO) << "SpecialMethodInliner: Inlined " << method_info.GetInvokeType() << " (" in InlineSpecialMethods()
39 InvokeType invoke_type = it.GetInvokeType(); in TEST_F()
116 InvokeType GetInvokeType() { in GetInvokeType() function
5284 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer.Get()); in ResolveMethod()
68 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::mirror::ArtMethod
75 InvokeType GetInvokeType() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
358 InvokeType invoke_type = it.GetInvokeType(); in FixupOatMethodOffsets()
378 ThrowIncompatibleClassChangeError(type, resolved_method->GetInvokeType(), resolved_method, in FindMethodFromCode()
1751 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags()); in GenInvokeNoInline()1753 InvokeType original_type = static_cast<InvokeType>(method_info.GetInvokeType()); in GenInvokeNoInline()
556 InvokeType invoke_type = method->GetInvokeType(); in CompileOne()