/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 263 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 D | runtime_intrinsics.cc | 57 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 D | quick_trampoline_entrypoints.cc | 1234 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 D | compact_dex_writer.cc | 50 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 D | dexlayout.cc | 1741 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 D | instruction_builder.cc | 492 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 D | optimizing_compiler.cc | 281 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 D | inliner.cc | 1913 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 D | nodes.h | 382 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 D | compiler.h | 63 InvokeType invoke_type,
|
/aosp12/art/test/utils/python/ |
H A D | generate_java_main.py | 207 invoke_type=self.invoke,
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 372 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 D | Android.bp | 158 "dex/invoke_type.h",
|