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

  /art/runtime/
primitive.h 70 static size_t ComponentSize(Type type) {
89 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/compiler/jni/quick/
calling_convention.h 37 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0]));
125 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[param]));
jni_compiler.cc 281 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
285 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
  /art/runtime/mirror/
class.h 359 return Primitive::ComponentSize(GetComponentType()->GetPrimitiveType());
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 111 milliseconds