HomeSort by relevance Sort by last modified time
    Searched defs:component_type (Results 1 - 8 of 8) sorted by null

  /art/runtime/native/
sun_misc_Unsafe.cc 356 ObjPtr<mirror::Class> component_type = dst->GetClass()->GetComponentType(); local
357 if (component_type->IsPrimitiveByte() || component_type->IsPrimitiveBoolean()) {
359 } else if (component_type->IsPrimitiveShort() || component_type->IsPrimitiveChar()) {
361 } else if (component_type->IsPrimitiveInt() || component_type->IsPrimitiveFloat()) {
363 } else if (component_type->IsPrimitiveLong() || component_type->IsPrimitiveDouble()) {
387 ObjPtr<mirror::Class> component_type = src->GetClass()->GetComponentType() local
    [all...]
  /art/runtime/mirror/
class.h 539 auto* component_type = GetComponentType<kVerifyFlags>(); local
540 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>();
546 auto* component_type = GetComponentType<kVerifyFlags>(); local
547 return component_type != nullptr && component_type->template IsPrimitiveLong<kNewFlags>();
    [all...]
object-inl.h 271 ObjPtr<Class> component_type = klass->GetComponentType<kVerifyFlags, kReadBarrierOption>(); local
272 return component_type != nullptr && component_type->template IsPrimitiveInt<kNewFlags>();
285 ObjPtr<Class> component_type = klass->GetComponentType<kVerifyFlags, kReadBarrierOption>(); local
286 return component_type != nullptr && component_type->template IsPrimitiveLong<kNewFlags>();
298 auto* component_type = GetClass<kVerifyFlags>()->GetComponentType(); local
299 return component_type != nullptr && component_type->template IsPrimitiveFloat<kNewFlags>();
314 auto* component_type = GetClass<kVerifyFlags>()->GetComponentType() local
    [all...]
class-inl.h 1011 ObjPtr<Class> const component_type = GetComponentType<kVerifyFlags, kReadBarrierOption>(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 84 tree component_type; variable
207 return jfunc->value.known_type.component_type;
  /art/imgdiag/
imgdiag.cc 461 mirror::Class* component_type = klass->GetComponentType(); local
462 Primitive::Type primitive_type = component_type->GetPrimitiveType();
    [all...]
  /external/ImageMagick/coders/
dpx.c 697 component_type;
691 component_type; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2569 const RegType& component_type = reg_types_.GetComponentType(array_type, GetClassLoader()); local
4671 const RegType& component_type = reg_types_.GetComponentType(array_type, GetClassLoader()); local
4789 const RegType& component_type = reg_types_.GetComponentType(array_type, GetClassLoader()); local
    [all...]

Completed in 254 milliseconds