Home
last modified time | relevance | path

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

/art/runtime/
Druntime_intrinsics.cc57 InvokeType invoke_type, in InitializeIntrinsic()
77 InvokeType invoke_type, in IsIntrinsicInitialized()
/art/dexlayout/
Dcompact_dex_writer.cc50 for (InvokeType invoke_type : invoke_types) { in WriteDebugInfoOffsetTable() local
237 for (InvokeType invoke_type : invoke_types) { in SortDebugInfosByMethodIndex() local
337 for (InvokeType invoke_type : invoke_types) { in CanGenerateCompactDex() local
Ddexlayout.cc1741 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
/art/compiler/optimizing/
Dinstruction_builder.cc483 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local
864 /*inout*/InvokeType* invoke_type, in ResolveMethod()
994 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
1182 InvokeType invoke_type = InvokeType::kPolymorphic; in BuildInvokePolymorphic() local
Doptimizing_compiler.cc1009 InvokeType invoke_type, in Compile()
Dinliner.cc1913 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
/art/runtime/interpreter/mterp/
Dnterp.cc258 InvokeType invoke_type = kStatic; in NterpGetMethod() local
/art/dex2oat/driver/
Dcompiler_driver.cc372 InvokeType invoke_type, in CompileMethodHarness()
419 InvokeType invoke_type, in CompileMethodQuick()
435 Handle<mirror::DexCache> dex_cache) { in CompileMethodQuick()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1234 InvokeType invoke_type; in artQuickResolutionTrampoline() local