Searched refs:invoke_type (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
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()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1150 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/ |
D | nterp.cc | 328 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/ |
D | compiler.h | 58 InvokeType invoke_type,
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 500 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 …]
|
D | optimizing_compiler.cc | 259 InvokeType invoke_type, 1063 InvokeType invoke_type, in Compile() argument 1082 method_idx, dex_cache, jclass_loader, /*referrer=*/ nullptr, invoke_type); in Compile()
|
D | inliner.cc | 2194 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()
|
D | nodes.h | 387 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/ |
D | generate_java_main.py | 207 invoke_type=self.invoke,
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 373 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/ |
D | Android.bp | 165 "dex/invoke_type.h",
|