Searched refs:component (Results 1 – 14 of 14) sorted by relevance
1 Regression test on merging array type with error component type.
1 # Bug component: 86431
20 # Reference type propagation should correctly see error in component type.
1527 const std::string& component = components[i]; in VerifyImageLocation() local1528 DCHECK(!component.empty()); // Guaranteed by Split(). in VerifyImageLocation()1529 std::vector<std::string> parts = android::base::Split(component, {kProfileSeparator}); in VerifyImageLocation()1530 size_t wildcard_pos = component.find('*'); in VerifyImageLocation()1535 component.c_str()); in VerifyImageLocation()1541 component.c_str()); in VerifyImageLocation()1547 component.c_str()); in VerifyImageLocation()1554 component.c_str()); in VerifyImageLocation()1561 if (wildcard_pos != component.size() - 1u) { in VerifyImageLocation()1562 *error_msg = StringPrintf("Unsupported wildcard (*) position in %s", component.c_str()); in VerifyImageLocation()[all …]
3 artd is a component of ART Service. It is a shim service to do tasks that
3 dexopt_chroot_setup is a component of ART Service. It sets up the chroot
252 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local253 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType()259 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local260 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType()
210 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local211 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType()217 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local218 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType()
1193 ObjPtr<Class> component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local1194 return component->IsPrimitive() || component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
2257 ObjPtr<mirror::Object> component = reinterpret_cast32<mirror::Object*>(args[0]); in UnstartedJNIJdkUnsafeGetArrayBaseOffsetForComponentType() local2258 if (component == nullptr) { in UnstartedJNIJdkUnsafeGetArrayBaseOffsetForComponentType()2262 Primitive::Type primitive_type = component->AsClass()->GetPrimitiveType(); in UnstartedJNIJdkUnsafeGetArrayBaseOffsetForComponentType()2272 ObjPtr<mirror::Object> component = reinterpret_cast32<mirror::Object*>(args[0]); in UnstartedJNIJdkUnsafeGetArrayIndexScaleForComponentType() local2273 if (component == nullptr) { in UnstartedJNIJdkUnsafeGetArrayIndexScaleForComponentType()2277 Primitive::Type primitive_type = component->AsClass()->GetPrimitiveType(); in UnstartedJNIJdkUnsafeGetArrayIndexScaleForComponentType()
349 Result<T> component = custom_generator(path, static_cast<uint64_t>(sb.st_size), checksum_str); in GenerateComponents() local350 if (!component.ok()) { in GenerateComponents()351 LOG(ERROR) << "Failed to generate component: " << component.error(); in GenerateComponents()355 components.push_back(*std::move(component)); in GenerateComponents()
736 cmp r3, r4 @ value's type == array's component type - trivial assignability799 cmp r3, r4 @ value's type == array's component type - trivial assignability