Home
last modified time | relevance | path

Searched refs:invoke_type (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Druntime_intrinsics.cc36 InvokeType invoke_type, in InitializeIntrinsic() argument
54 CHECK_EQ(method->GetInvokeType(), invoke_type); in InitializeIntrinsic()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1316 InvokeType invoke_type; in artQuickResolutionTrampoline() local
1333 invoke_type = kDirect; in artQuickResolutionTrampoline()
1337 invoke_type = kDirect; in artQuickResolutionTrampoline()
1341 invoke_type = kStatic; in artQuickResolutionTrampoline()
1345 invoke_type = kStatic; in artQuickResolutionTrampoline()
1349 invoke_type = kSuper; in artQuickResolutionTrampoline()
1353 invoke_type = kSuper; in artQuickResolutionTrampoline()
1357 invoke_type = kVirtual; in artQuickResolutionTrampoline()
1361 invoke_type = kVirtual; in artQuickResolutionTrampoline()
1365 invoke_type = kInterface; in artQuickResolutionTrampoline()
[all …]
/art/dexlayout/
Dcompact_dex_writer.cc51 for (InvokeType invoke_type : invoke_types) { in WriteDebugInfoOffsetTable() local
58 for (auto& method : *(invoke_type == InvokeType::kDirect in WriteDebugInfoOffsetTable()
239 for (InvokeType invoke_type : invoke_types) { in SortDebugInfosByMethodIndex() local
246 for (auto& method : *(invoke_type == InvokeType::kDirect in SortDebugInfosByMethodIndex()
339 for (InvokeType invoke_type : invoke_types) { in CanGenerateCompactDex() local
346 for (auto& method : *(invoke_type == InvokeType::kDirect in CanGenerateCompactDex()
/art/dex2oat/dex/
Ddex_to_dex_compiler.h59 InvokeType invoke_type,
Ddex_to_dex_compiler.cc510 InvokeType invoke_type ATTRIBUTE_UNUSED, in CompileMethod()
/art/compiler/
Dcompiler.h62 InvokeType invoke_type,
/art/test/utils/python/
Dgenerate_java_main.py207 invoke_type=self.invoke,
/art/compiler/optimizing/
Dinstruction_builder.h282 ArtMethod* ResolveMethod(uint16_t method_idx, InvokeType invoke_type);
Doptimizing_compiler.cc278 InvokeType invoke_type,
1044 InvokeType invoke_type, in Compile() argument
1068 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
Dinliner.cc1792 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
1793 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
1796 invoke_type = kVirtual; in TryBuildAndInlineHelper()
1814 invoke_type, in TryBuildAndInlineHelper()
/art/libdexfile/
DAndroid.bp138 "dex/invoke_type.h",