Searched defs:invoke_type (Results 1 – 16 of 16) sorted by relevance
| /art/runtime/ |
| D | dex_method_iterator_test.cc | 40 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
|
| /art/compiler/dex/ |
| D | dex_to_dex_compiler.cc | 261 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() local 298 uint32_t access_flags, art::InvokeType invoke_type, in ArtCompileDEX()
|
| D | mir_method_info.cc | 85 InvokeType invoke_type = it->GetInvokeType(); in Resolve() local
|
| D | compiler_ir.h | 181 InvokeType invoke_type; // compiling method's invocation type. member
|
| D | mir_analysis.cc | 1313 uint16_t invoke_type; in DoCacheMethodLoweringInfo() member
|
| D | mir_optimization_test.cc | 46 InvokeType invoke_type; member
|
| /art/compiler/optimizing/ |
| D | intrinsics.cc | 311 InvokeType invoke_type = invoke->IsInvokeStaticOrDirect() ? in CheckInvokeType() local
|
| D | optimizing_compiler.cc | 479 InvokeType invoke_type, in TryCompile() 621 InvokeType invoke_type, in Compile()
|
| D | builder.cc | 577 InvokeType invoke_type; in BuildInvoke() local
|
| D | nodes.h | 2462 InvokeType invoke_type, in HInvokeStaticOrDirect()
|
| /art/compiler/driver/ |
| D | compiler_driver-inl.h | 269 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()
|
| D | compiler_driver.cc | 553 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/ |
| D | dalvik_system_VMRuntime.cc | 351 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/ |
| D | quick_compiler.cc | 614 InvokeType invoke_type, in Compile()
|
| /art/compiler/ |
| D | oat_writer.cc | 613 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_)); in VisitMethod() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 827 InvokeType invoke_type; in artQuickResolutionTrampoline() local
|