HomeSort by relevance Sort by last modified time
    Searched refs:ComponentSize (Results 1 - 11 of 11) sorted by null

  /art/test/004-UnsafeTest/
unsafe_test.cc 31 Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType())).Int32Value();
37 return Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType());
  /art/runtime/
primitive.h 71 static size_t ComponentSize(Type type) {
90 return ComponentSize(type) <= 4 ? 4 : 8;
  /external/jhead/
gpsinfo.c 145 int ComponentSize;
165 ComponentSize = BytesPerFormat[Format];
166 ByteCount = Components * ComponentSize;
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
214 den = Get32s(ValuePtr+4+a*ComponentSize);
224 Values[a] = ConvertAnyFormat(ValuePtr+a*ComponentSize, Format);
324 PrintFormatNumber(ValuePtr+a*ComponentSize, Format, ByteCount);
  /art/runtime/native/
java_lang_System.cc 99 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 1U);
104 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 2U);
109 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U);
114 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U);
sun_misc_Unsafe.cc 176 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value();
183 return Primitive::ComponentSize(primitive_type);
  /art/compiler/jni/quick/
calling_convention.h 38 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0]));
176 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[param]));
jni_compiler.cc 319 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
323 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
  /art/runtime/interpreter/
interpreter.cc 117 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value());
121 result->SetI(Primitive::ComponentSize(primitive_type));
  /art/runtime/gc/space/
space_test.h 109 return mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimByte)).Uint32Value();
  /art/runtime/mirror/
class.h 442 return Primitive::ComponentSize(
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 179 milliseconds