Home
last modified time | relevance | path

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

/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.cc1737 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
/art/runtime/
Druntime_intrinsics.cc36 InvokeType invoke_type, in InitializeIntrinsic()
/art/dex2oat/driver/
Dcompiler_driver.cc421 InvokeType invoke_type, in CompileMethodHarness()
470 InvokeType invoke_type, in CompileMethodDex2Dex()
487 Handle<mirror::DexCache> dex_cache ATTRIBUTE_UNUSED) -> CompiledMethod* { in CompileMethodDex2Dex()
532 InvokeType invoke_type, in CompileMethodQuick()
550 Handle<mirror::DexCache> dex_cache) { in CompileMethodQuick()
/art/compiler/optimizing/
Dinstruction_builder.cc439 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local
815 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) { in ResolveMethod()
907 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
Doptimizing_compiler.cc1044 InvokeType invoke_type, in Compile()
Dinliner.cc1792 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
Dnodes.h4376 InvokeType invoke_type) in HInvoke()
4414 InvokeType invoke_type) in HInvokeUnresolved()
4560 InvokeType invoke_type, in HInvokeStaticOrDirect()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1316 InvokeType invoke_type; in artQuickResolutionTrampoline() local