Home
last modified time | relevance | path

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

/art/compiler/sea_ir/
Dfrontend.cc43 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/
Dcompilers.cc54 InvokeType invoke_type, in Compile()
144 InvokeType invoke_type, in Compile()
Dcompiler.cc42 art::InvokeType invoke_type, in TryCompileWithSeaIR()
101 InvokeType invoke_type, in Compile()
Delf_writer_mclinker.cc358 InvokeType invoke_type = it.GetInvokeType(); in FixupOatMethodOffsets() local
Doat_writer.cc552 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_)); in VisitMethod() local
/art/compiler/dex/
Dfrontend.cc621 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()
Ddex_to_dex_compiler.cc238 InvokeType invoke_type = kVirtual; in CompileInvokeVirtual() local
275 uint32_t access_flags, art::InvokeType invoke_type, in ArtCompileDEX()
Dmir_method_info.cc64 InvokeType invoke_type = it->GetInvokeType(); in Resolve() local
Dcompiler_ir.h60 InvokeType invoke_type; // compiling method's invocation type. member
Dmir_analysis.cc1193 uint16_t invoke_type; in DoCacheMethodLoweringInfo() member
Dmir_graph.cc650 InvokeType invoke_type, uint16_t class_def_idx, in InlineMethod()
/art/runtime/
Ddex_method_iterator_test.cc39 InvokeType invoke_type = it.GetInvokeType(); in TEST_F() local
/art/compiler/llvm/
Dcompiler_llvm.cc138 CompileDexMethod(DexCompilationUnit* dex_compilation_unit, InvokeType invoke_type) { in CompileDexMethod()
206 art::InvokeType invoke_type, in ArtCompileMethod()
Dgbc_expander.cc822 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/
Dcompiler_driver-inl.h170 uint32_t method_idx, InvokeType invoke_type) { in ResolveMethod()
212 mirror::Class* referrer_class, mirror::ArtMethod* resolved_method, InvokeType* invoke_type, in IsFastInvoke()
Dcompiler_driver.cc557 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/
Doptimizing_compiler.cc76 InvokeType invoke_type, in TryCompile()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc302 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/
Dportable_trampoline_entrypoints.cc327 InvokeType invoke_type; in artPortableResolutionTrampoline() local
/art/compiler/dex/portable/
Dmir_to_gbc.cc468 InvokeType invoke_type, bool is_range, bool is_filled_new_array) { in ConvertInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc714 InvokeType invoke_type; in artQuickResolutionTrampoline() local