Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc263 invoke_type = kDirect; in NterpGetMethod()
269 invoke_type = kInterface; in NterpGetMethod()
275 invoke_type = kStatic; in NterpGetMethod()
281 invoke_type = kSuper; in NterpGetMethod()
286 invoke_type = kVirtual; in NterpGetMethod()
292 invoke_type = kDirect; in NterpGetMethod()
298 invoke_type = kInterface; in NterpGetMethod()
304 invoke_type = kStatic; in NterpGetMethod()
310 invoke_type = kSuper; in NterpGetMethod()
316 invoke_type = kVirtual; in NterpGetMethod()
[all …]
/aosp12/art/runtime/
H A Druntime_intrinsics.cc57 InvokeType invoke_type, in InitializeIntrinsic() argument
64 CHECK_EQ(method->GetInvokeType(), invoke_type); in InitializeIntrinsic()
77 InvokeType invoke_type, in IsIntrinsicInitialized() argument
84 CHECK_EQ(method->GetInvokeType(), invoke_type); in IsIntrinsicInitialized()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1234 InvokeType invoke_type; in artQuickResolutionTrampoline() local
1251 invoke_type = kDirect; in artQuickResolutionTrampoline()
1255 invoke_type = kDirect; in artQuickResolutionTrampoline()
1259 invoke_type = kStatic; in artQuickResolutionTrampoline()
1263 invoke_type = kStatic; in artQuickResolutionTrampoline()
1267 invoke_type = kSuper; in artQuickResolutionTrampoline()
1271 invoke_type = kSuper; in artQuickResolutionTrampoline()
1275 invoke_type = kVirtual; in artQuickResolutionTrampoline()
1300 invoke_type = kStatic; in artQuickResolutionTrampoline()
1310 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface; in artQuickResolutionTrampoline()
[all …]
/aosp12/art/dexlayout/
H A Dcompact_dex_writer.cc50 for (InvokeType invoke_type : invoke_types) { in WriteDebugInfoOffsetTable() local
57 for (auto& method : *(invoke_type == InvokeType::kDirect in WriteDebugInfoOffsetTable()
237 for (InvokeType invoke_type : invoke_types) { in SortDebugInfosByMethodIndex() local
244 for (auto& method : *(invoke_type == InvokeType::kDirect in SortDebugInfosByMethodIndex()
337 for (InvokeType invoke_type : invoke_types) { in CanGenerateCompactDex() local
344 for (auto& method : *(invoke_type == InvokeType::kDirect in CanGenerateCompactDex()
H A Ddexlayout.cc1741 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
1751 for (auto& method : *(invoke_type == InvokeType::kDirect in LayoutCodeItems()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc492 invoke_type, in BuildIntrinsic()
879 *invoke_type); in ResolveMethod()
923 if (*invoke_type == kSuper) { in ResolveMethod()
964 if (*invoke_type == kInterface) { in ResolveMethod()
968 *invoke_type = kVirtual; in ResolveMethod()
976 if (*invoke_type == kVirtual) { in ResolveMethod()
1048 invoke_type, in BuildInvoke()
1058 if (invoke_type == kStatic) { in BuildInvoke()
1074 if (invoke_type == kDirect || invoke_type == kStatic || invoke_type == kSuper) { in BuildInvoke()
1078 if (invoke_type == kSuper) { in BuildInvoke()
[all …]
H A Doptimizing_compiler.cc281 InvokeType invoke_type,
1009 InvokeType invoke_type, in Compile() argument
1034 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
H A Dinliner.cc1913 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
1914 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
1917 invoke_type = kVirtual; in TryBuildAndInlineHelper()
1936 invoke_type, in TryBuildAndInlineHelper()
H A Dnodes.h382 InvokeType invoke_type = kInvalidInvokeType,
412 invoke_type_(invoke_type),
4705 InvokeType invoke_type)
4719 SetPackedField<InvokeTypeField>(invoke_type);
4744 InvokeType invoke_type)
4754 invoke_type) {
4864 InvokeType invoke_type,
4879 invoke_type),
/aosp12/art/compiler/
H A Dcompiler.h63 InvokeType invoke_type,
/aosp12/art/test/utils/python/
H A Dgenerate_java_main.py207 invoke_type=self.invoke,
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc372 InvokeType invoke_type, in CompileMethodHarness() argument
388 invoke_type, in CompileMethodHarness()
419 InvokeType invoke_type, in CompileMethodQuick() argument
430 InvokeType invoke_type, in CompileMethodQuick()
476 invoke_type, in CompileMethodQuick()
513 invoke_type, in CompileMethodQuick()
/aosp12/art/libdexfile/
H A DAndroid.bp158 "dex/invoke_type.h",