Home
last modified time | relevance | path

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

/art/runtime/
Druntime_intrinsics.cc36 InvokeType invoke_type, in InitializeIntrinsic()
/art/dexlayout/
Dcompact_dex_writer.cc51 for (InvokeType invoke_type : invoke_types) { in WriteDebugInfoOffsetTable() local
239 for (InvokeType invoke_type : invoke_types) { in SortDebugInfosByMethodIndex() local
339 for (InvokeType invoke_type : invoke_types) { in CanGenerateCompactDex() local
Ddexlayout.cc1738 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
/art/dex2oat/driver/
Dcompiler_driver.cc425 InvokeType invoke_type, in CompileMethodHarness()
474 InvokeType invoke_type, in CompileMethodDex2Dex()
491 Handle<mirror::DexCache> dex_cache ATTRIBUTE_UNUSED) -> CompiledMethod* { in CompileMethodDex2Dex()
536 InvokeType invoke_type, in CompileMethodQuick()
554 Handle<mirror::DexCache> dex_cache) { in CompileMethodQuick()
/art/runtime/interpreter/mterp/
Dnterp.cc133 InvokeType invoke_type = kStatic; in NterpGetMethod() local
/art/compiler/optimizing/
Dinstruction_builder.cc440 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local
816 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod()
908 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
Doptimizing_compiler.cc1007 InvokeType invoke_type, in Compile()
Dinliner.cc2020 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
Dnodes.h4392 InvokeType invoke_type) in HInvoke()
4430 InvokeType invoke_type) in HInvokeUnresolved()
4576 InvokeType invoke_type, in HInvokeStaticOrDirect()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1235 InvokeType invoke_type; in artQuickResolutionTrampoline() local