Home
last modified time | relevance | path

Searched defs:invoke_type (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Ddex_method_iterator_test.cc40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
/art/compiler/dex/
Ddex_to_dex_compiler.cc261 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() local
298 uint32_t access_flags, art::InvokeType invoke_type, in ArtCompileDEX()
Dmir_method_info.cc85 InvokeType invoke_type = it->GetInvokeType(); in Resolve() local
Dcompiler_ir.h181 InvokeType invoke_type; // compiling method's invocation type. member
Dmir_analysis.cc1313 uint16_t invoke_type; in DoCacheMethodLoweringInfo() member
Dmir_optimization_test.cc46 InvokeType invoke_type; member
/art/compiler/optimizing/
Dintrinsics.cc311 InvokeType invoke_type = invoke->IsInvokeStaticOrDirect() ? in CheckInvokeType() local
Doptimizing_compiler.cc479 InvokeType invoke_type, in TryCompile()
621 InvokeType invoke_type, in Compile()
Dbuilder.cc577 InvokeType invoke_type; in BuildInvoke() local
Dnodes.h2462 InvokeType invoke_type, in HInvokeStaticOrDirect()
/art/compiler/driver/
Dcompiler_driver-inl.h269 uint32_t method_idx, InvokeType invoke_type, bool check_incompatible_class_change) { in ResolveMethod()
311 mirror::Class* referrer_class, ArtMethod* resolved_method, InvokeType* invoke_type, in IsFastInvoke()
Dcompiler_driver.cc553 InvokeType invoke_type = method->GetInvokeType(); in CompileOne() local
593 const InvokeType invoke_type = method->GetInvokeType(); in CompileMethod() local
1252 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) { in ProcessedInvoke()
1493 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo()
2256 uint32_t access_flags, InvokeType invoke_type, in CompileMethod()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc351 InvokeType invoke_type) in PreloadDexCachesResolveMethod()
531 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local
536 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local
/art/compiler/dex/quick/
Dquick_compiler.cc614 InvokeType invoke_type, in Compile()
/art/compiler/
Doat_writer.cc613 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_)); in VisitMethod() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc827 InvokeType invoke_type; in artQuickResolutionTrampoline() local