Home
last modified time | relevance | path

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

/art/runtime/
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()
/art/runtime/interpreter/mterp/
Dnterp.cc162 InvokeType invoke_type = kStatic; in NterpGetMethod() local
167 invoke_type = kDirect; in NterpGetMethod()
173 invoke_type = kInterface; in NterpGetMethod()
179 invoke_type = kStatic; in NterpGetMethod()
185 invoke_type = kSuper; in NterpGetMethod()
190 invoke_type = kVirtual; in NterpGetMethod()
196 invoke_type = kDirect; in NterpGetMethod()
202 invoke_type = kInterface; in NterpGetMethod()
208 invoke_type = kStatic; in NterpGetMethod()
214 invoke_type = kSuper; in NterpGetMethod()
[all …]
/art/runtime/entrypoints/quick/
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()
1279 invoke_type = kVirtual; in artQuickResolutionTrampoline()
1283 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()
Ddexlayout.cc1741 for (InvokeType invoke_type : invoke_types) { in LayoutCodeItems() local
1751 for (auto& method : *(invoke_type == InvokeType::kDirect in LayoutCodeItems()
/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/optimizing/
Dinstruction_builder.cc451 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local
460 invoke_type, in BuildIntrinsic()
834 /*inout*/InvokeType* invoke_type, in ResolveMethod() argument
848 *invoke_type); in ResolveMethod()
871 if (*invoke_type == kSuper) { in ResolveMethod()
917 if (*invoke_type == kInterface) { in ResolveMethod()
921 *invoke_type = kVirtual; in ResolveMethod()
927 if (*invoke_type == kDirect || *invoke_type == kStatic || *invoke_type == kSuper) { in ResolveMethod()
931 } else if (*invoke_type == kVirtual) { in ResolveMethod()
934 } else if (*invoke_type == kInterface) { in ResolveMethod()
[all …]
Doptimizing_compiler.cc279 InvokeType invoke_type,
999 InvokeType invoke_type, in Compile() argument
1024 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
Dinliner.cc2022 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
2023 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
2026 invoke_type = kVirtual; in TryBuildAndInlineHelper()
2045 invoke_type, in TryBuildAndInlineHelper()
Dnodes.h379 InvokeType invoke_type = kInvalidInvokeType,
407 invoke_type_(invoke_type), in allocator_()
4446 InvokeType invoke_type) in HInvoke() argument
4459 SetPackedField<InvokeTypeField>(invoke_type); in HInvoke()
4484 InvokeType invoke_type) in HInvokeUnresolved() argument
4493 invoke_type) { in HInvokeUnresolved()
4639 InvokeType invoke_type, in HInvokeStaticOrDirect() argument
4653 invoke_type), in HInvokeStaticOrDirect()
/art/compiler/
Dcompiler.h63 InvokeType invoke_type,
/art/test/utils/python/
Dgenerate_java_main.py207 invoke_type=self.invoke,
/art/dex2oat/driver/
Dcompiler_driver.cc422 InvokeType invoke_type, in CompileMethodHarness() argument
439 invoke_type, in CompileMethodHarness()
471 InvokeType invoke_type, in CompileMethodDex2Dex() argument
482 InvokeType invoke_type, in CompileMethodDex2Dex()
503 invoke_type, in CompileMethodDex2Dex()
518 invoke_type, in CompileMethodDex2Dex()
533 InvokeType invoke_type, in CompileMethodQuick() argument
545 InvokeType invoke_type, in CompileMethodQuick()
592 invoke_type, in CompileMethodQuick()
636 invoke_type, in CompileMethodQuick()
/art/libdexfile/
DAndroid.bp143 "dex/invoke_type.h",