Home
last modified time | relevance | path

Searched refs:invoke_type (Results 1 – 11 of 11) 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/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1150 InvokeType invoke_type; in artQuickResolutionTrampoline() local
1167 invoke_type = kDirect; in artQuickResolutionTrampoline()
1171 invoke_type = kDirect; in artQuickResolutionTrampoline()
1175 invoke_type = kStatic; in artQuickResolutionTrampoline()
1179 invoke_type = kStatic; in artQuickResolutionTrampoline()
1183 invoke_type = kSuper; in artQuickResolutionTrampoline()
1187 invoke_type = kSuper; in artQuickResolutionTrampoline()
1191 invoke_type = kVirtual; in artQuickResolutionTrampoline()
1195 invoke_type = kVirtual; in artQuickResolutionTrampoline()
1199 invoke_type = kInterface; in artQuickResolutionTrampoline()
[all …]
/art/runtime/interpreter/mterp/
Dnterp.cc328 InvokeType invoke_type = static_cast<InvokeType>(raw_invoke_type); in NterpGetMethod() local
338 self, method_index, caller, invoke_type) in NterpGetMethod()
340 self, method_index, caller, invoke_type); in NterpGetMethod()
346 if (invoke_type == kSuper) { in NterpGetMethod()
356 if (invoke_type == kInterface) { in NterpGetMethod()
376 CHECK_NE(invoke_type, kSuper); in NterpGetMethod()
383 } else if (invoke_type == kVirtual) { in NterpGetMethod()
/art/compiler/
Dcompiler.h58 InvokeType invoke_type,
/art/compiler/optimizing/
Dinstruction_builder.cc500 InvokeType invoke_type = dex_compilation_unit_->IsStatic() ? kStatic : kDirect; in BuildIntrinsic() local
509 invoke_type, in BuildIntrinsic()
904 /*inout*/InvokeType* invoke_type, in ResolveMethod() argument
919 *invoke_type); in ResolveMethod()
963 if (*invoke_type == kSuper) { in ResolveMethod()
986 if (*invoke_type == kInterface) { in ResolveMethod()
990 *invoke_type = kVirtual; in ResolveMethod()
998 if (*invoke_type == kVirtual) { in ResolveMethod()
1001 } else if (*invoke_type == kInterface) { in ResolveMethod()
1016 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); in BuildInvoke() local
[all …]
Doptimizing_compiler.cc259 InvokeType invoke_type,
1063 InvokeType invoke_type, in Compile() argument
1082 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
Dinliner.cc2194 InvokeType invoke_type = invoke_instruction->GetInvokeType(); in TryBuildAndInlineHelper() local
2195 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
2198 invoke_type = kVirtual; in TryBuildAndInlineHelper()
2217 invoke_type, in TryBuildAndInlineHelper()
Dnodes.h387 InvokeType invoke_type = kInvalidInvokeType,
418 invoke_type_(invoke_type), in allocator_()
4832 InvokeType invoke_type,
4847 SetPackedField<InvokeTypeField>(invoke_type);
4872 InvokeType invoke_type)
4882 invoke_type,
4995 InvokeType invoke_type,
5011 invoke_type,
/art/test/utils/python/
Dgenerate_java_main.py207 invoke_type=self.invoke,
/art/dex2oat/driver/
Dcompiler_driver.cc373 InvokeType invoke_type, in CompileMethodHarness() argument
389 invoke_type, in CompileMethodHarness()
459 InvokeType invoke_type, in CompileMethodQuick() argument
470 InvokeType invoke_type, in CompileMethodQuick()
526 invoke_type, in CompileMethodQuick()
562 invoke_type, in CompileMethodQuick()
/art/libdexfile/
DAndroid.bp165 "dex/invoke_type.h",