Home
last modified time | relevance | path

Searched refs:component (Results 1 – 14 of 14) sorted by relevance

/art/test/595-error-class/
Dinfo.txt1 Regression test on merging array type with error component type.
/art/test/odsign/
DOWNERS1 # Bug component: 86431
/art/test/
DOWNERS1 # Bug component: 86431
/art/
DOWNERS1 # Bug component: 86431
/art/test/595-error-class/smali/
Dmerge.smali20 # Reference type propagation should correctly see error in component type.
/art/runtime/gc/space/
Dimage_space.cc1527 const std::string& component = components[i]; in VerifyImageLocation() local
1528 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 …]
/art/artd/
DREADME.md3 artd is a component of ART Service. It is a shim service to do tasks that
/art/dexopt_chroot_setup/
DREADME.md3 dexopt_chroot_setup is a component of ART Service. It sets up the chroot
/art/runtime/native/
Djdk_internal_misc_Unsafe.cc252 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local
253 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType()
259 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local
260 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType()
Dsun_misc_Unsafe.cc210 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayBaseOffsetForComponentType() local
211 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayBaseOffsetForComponentType()
217 ObjPtr<mirror::Class> component = soa.Decode<mirror::Class>(component_class); in Unsafe_getArrayIndexScaleForComponentType() local
218 Primitive::Type primitive_type = component->GetPrimitiveType(); in Unsafe_getArrayIndexScaleForComponentType()
/art/runtime/mirror/
Dclass-inl.h1193 ObjPtr<Class> component = GetComponentType(); in CannotBeAssignedFromOtherTypes() local
1194 return component->IsPrimitive() || component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
/art/runtime/interpreter/
Dunstarted_runtime.cc2257 ObjPtr<mirror::Object> component = reinterpret_cast32<mirror::Object*>(args[0]); in UnstartedJNIJdkUnsafeGetArrayBaseOffsetForComponentType() local
2258 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() local
2273 if (component == nullptr) { in UnstartedJNIJdkUnsafeGetArrayIndexScaleForComponentType()
2277 Primitive::Type primitive_type = component->AsClass()->GetPrimitiveType(); in UnstartedJNIJdkUnsafeGetArrayIndexScaleForComponentType()
/art/odrefresh/
Dodrefresh.cc349 Result<T> component = custom_generator(path, static_cast<uint64_t>(sb.st_size), checksum_str); in GenerateComponents() local
350 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()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S736 cmp r3, r4 @ value's type == array's component type - trivial assignability
799 cmp r3, r4 @ value's type == array's component type - trivial assignability