Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_method_info.cc36 MirMethodLoweringInfo unresolved(it->MethodIndex(), it->GetInvokeType()); in Resolve()
64 InvokeType invoke_type = it->GetInvokeType(); in Resolve()
Dmir_method_info.h130 InvokeType GetInvokeType() const { in GetInvokeType() function
Dmir_optimization.cc1270 LOG(INFO) << "SpecialMethodInliner: Inlined " << method_info.GetInvokeType() << " (" in InlineSpecialMethods()
/art/runtime/
Ddex_method_iterator_test.cc39 InvokeType invoke_type = it.GetInvokeType(); in TEST_F()
Ddex_method_iterator.h116 InvokeType GetInvokeType() { in GetInvokeType() function
Dclass_linker.cc5284 ThrowIncompatibleClassChangeError(type, resolved->GetInvokeType(), resolved, referrer.Get()); in ResolveMethod()
/art/runtime/mirror/
Dart_method.cc68 InvokeType ArtMethod::GetInvokeType() { in GetInvokeType() function in art::mirror::ArtMethod
Dart_method.h75 InvokeType GetInvokeType() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/
Delf_writer_mclinker.cc358 InvokeType invoke_type = it.GetInvokeType(); in FixupOatMethodOffsets()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h378 ThrowIncompatibleClassChangeError(type, resolved_method->GetInvokeType(), resolved_method, in FindMethodFromCode()
/art/compiler/dex/quick/
Dgen_invoke.cc1751 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags()); in GenInvokeNoInline()
1753 InvokeType original_type = static_cast<InvokeType>(method_info.GetInvokeType()); in GenInvokeNoInline()
/art/compiler/driver/
Dcompiler_driver.cc556 InvokeType invoke_type = method->GetInvokeType(); in CompileOne()