Searched refs:target_type (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | method_handles.cc | 421 Handle<mirror::MethodType> target_type, in DoCallPolymorphic() argument 465 if (callsite_type->IsExactMatch(target_type.Get())) { in DoCallPolymorphic() 489 target_type, in DoCallPolymorphic() 497 if (!callsite_type->IsConvertible(target_type.Get())) { in DoCallPolymorphic() 498 ThrowWrongMethodTypeException(target_type.Get(), callsite_type.Get()); in DoCallPolymorphic() 503 target_type, in DoCallPolymorphic() 534 if (ConvertReturnValue(emulated_stack_type, target_type, &local_result)) { in DoCallPolymorphic() 543 return ConvertReturnValue(callsite_type, target_type, result); in DoCallPolymorphic()
|
/art/runtime/verifier/ |
D | method_verifier.h | 538 void VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type,
|
D | method_verifier.cc | 4693 void MethodVerifier::VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type, in VerifyPrimitivePut() argument 4699 if (target_type.IsIntegralTypes()) { in VerifyPrimitivePut() 4700 instruction_compatible = target_type.Equals(insn_type); in VerifyPrimitivePut() 4702 } else if (target_type.IsFloat()) { in VerifyPrimitivePut() 4705 } else if (target_type.IsLong()) { in VerifyPrimitivePut() 4715 } else if (target_type.IsDouble()) { in VerifyPrimitivePut() 4734 << "' but expected type '" << target_type << "'"; in VerifyPrimitivePut() 4739 << " of type " << value_type << " but expected " << target_type << " for put"; in VerifyPrimitivePut()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 226 …target_type : (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodTy…
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4748 const TypeReference& target_type = entry.first; in EmitLinkerPatches() local 4751 target_type.dex_file, in EmitLinkerPatches() 4752 target_type.type_index.index_)); in EmitLinkerPatches()
|
D | code_generator_mips64.cc | 1478 const TypeReference& target_type = entry.first; in EmitLinkerPatches() local 1483 target_type.dex_file, in EmitLinkerPatches() 1484 target_type.type_index.index_)); in EmitLinkerPatches()
|
D | code_generator_arm.cc | 8480 const TypeReference& target_type = entry.first; in EmitLinkerPatches() local 8485 target_type.dex_file, in EmitLinkerPatches() 8486 target_type.type_index.index_)); in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 8614 const TypeReference& target_type = entry.first; in EmitLinkerPatches() local 8619 target_type.dex_file, in EmitLinkerPatches() 8620 target_type.type_index.index_)); in EmitLinkerPatches()
|
D | code_generator_mips.cc | 1597 const TypeReference& target_type = entry.first; in EmitLinkerPatches() local 1602 target_type.dex_file, in EmitLinkerPatches() 1603 target_type.type_index.index_)); in EmitLinkerPatches()
|