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

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

Completed in 164 milliseconds