/art/compiler/sea_ir/ |
D | frontend.cc | 43 uint32_t method_access_flags, InvokeType invoke_type, in CompileMethodWithSeaIr() 68 InvokeType invoke_type, in SeaIrCompileOneMethod() 81 uint32_t method_access_flags, art::InvokeType invoke_type, in SeaIrCompileMethod()
|
/art/compiler/ |
D | compilers.cc | 54 InvokeType invoke_type, in Compile() 144 InvokeType invoke_type, in Compile()
|
D | compiler.cc | 42 art::InvokeType invoke_type, in TryCompileWithSeaIR() 101 InvokeType invoke_type, in Compile()
|
D | elf_writer_mclinker.cc | 358 InvokeType invoke_type = it.GetInvokeType(); in FixupOatMethodOffsets() local
|
D | oat_writer.cc | 552 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_)); in VisitMethod() local
|
/art/compiler/dex/ |
D | frontend.cc | 621 uint32_t access_flags, InvokeType invoke_type, in CompileMethod() 809 InvokeType invoke_type, in CompileOneMethod() 824 uint32_t access_flags, art::InvokeType invoke_type, in ArtQuickCompileMethod()
|
D | dex_to_dex_compiler.cc | 238 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() local 275 uint32_t access_flags, art::InvokeType invoke_type, in ArtCompileDEX()
|
D | mir_method_info.cc | 64 InvokeType invoke_type = it->GetInvokeType(); in Resolve() local
|
D | compiler_ir.h | 60 InvokeType invoke_type; // compiling method's invocation type. member
|
D | mir_analysis.cc | 1193 uint16_t invoke_type; in DoCacheMethodLoweringInfo() member
|
D | mir_graph.cc | 650 InvokeType invoke_type, uint16_t class_def_idx, in InlineMethod()
|
/art/runtime/ |
D | dex_method_iterator_test.cc | 39 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
|
/art/compiler/llvm/ |
D | compiler_llvm.cc | 138 CompileDexMethod(DexCompilationUnit* dex_compilation_unit, InvokeType invoke_type) { in CompileDexMethod() 206 art::InvokeType invoke_type, in ArtCompileMethod()
|
D | gbc_expander.cc | 822 art::InvokeType invoke_type = in EmitInvoke() local 937 art::InvokeType invoke_type = in EmitIntrinsicStringLengthOrIsEmpty() local 2308 art::InvokeType invoke_type = static_cast<art::InvokeType>(LV2UInt(call_inst.getArgOperand(0))); in Expand_HLInvoke() local 2483 art::InvokeType invoke_type, in EmitCallRuntimeForCalleeMethodObjectAddr()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 170 uint32_t method_idx, InvokeType invoke_type) { in ResolveMethod() 212 mirror::Class* referrer_class, mirror::ArtMethod* resolved_method, InvokeType* invoke_type, in IsFastInvoke()
|
D | compiler_driver.cc | 557 InvokeType invoke_type = method->GetInvokeType(); in CompileOne() local 1059 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) { in ProcessedInvoke() 1281 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo() 2094 InvokeType invoke_type, uint16_t class_def_idx, in CompileMethod()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 76 InvokeType invoke_type, in TryCompile()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 302 InvokeType invoke_type) in PreloadDexCachesResolveMethod() 482 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local 487 InvokeType invoke_type = it.GetMethodInvokeType(class_def); in VMRuntime_preloadDexCaches() local
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 327 InvokeType invoke_type; in artPortableResolutionTrampoline() local
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 468 InvokeType invoke_type, bool is_range, bool is_filled_new_array) { in ConvertInvoke()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 714 InvokeType invoke_type; in artQuickResolutionTrampoline() local
|