Home
last modified time | relevance | path

Searched refs:GetInvokeType (Results 1 – 13 of 13) sorted by relevance

/art/compiler/dex/
Dmir_method_info.cc41 MirMethodLoweringInfo unresolved(it->MethodIndex(), it->GetInvokeType(), it->IsQuickened()); in Resolve()
85 InvokeType invoke_type = it->GetInvokeType(); in Resolve()
129 if (resolved_method->GetInvokeType() == kInterface) { in Resolve()
Dmir_method_info.h151 InvokeType GetInvokeType() const { in GetInvokeType() function
Dmir_optimization.cc1548 LOG(INFO) << "SpecialMethodInliner: Inlined " << method_info.GetInvokeType() << " (" in InlineSpecialMethods()
/art/runtime/
Ddex_method_iterator_test.cc40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F()
Ddex_method_iterator.h116 InvokeType GetInvokeType() { in GetInvokeType() function
Dart_method.cc68 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::ArtMethod
Dart_method.h85 InvokeType GetInvokeType() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dclass_linker.cc5403 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer); in ResolveMethod()
/art/compiler/optimizing/
Dintrinsics.cc312 invoke->AsInvokeStaticOrDirect()->GetInvokeType() : in CheckInvokeType()
Dnodes.h2484 InvokeType GetInvokeType() const { return invoke_type_; } in GetInvokeType() function
2492 return GetInvokeType() == kStatic; in IsStatic()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h392 ThrowIncompatibleClassChangeError(type, resolved_method->GetInvokeType(), resolved_method, in FindMethodFromCode()
/art/compiler/dex/quick/
Dgen_invoke.cc1560 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags()); in GenInvokeNoInline()
1561 InvokeType original_type = static_cast<InvokeType>(method_info.GetInvokeType()); in GenInvokeNoInline()
/art/compiler/driver/
Dcompiler_driver.cc553 InvokeType invoke_type = method->GetInvokeType(); in CompileOne()
593 const InvokeType invoke_type = method->GetInvokeType(); in CompileMethod()