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

1 2

  /art/test/004-UnsafeTest/
unsafe_test.cc 31 Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType())).Int32Value();
37 return Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType());
  /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/optimizing/
nodes_arm64.cc 41 int result_size = Primitive::ComponentSize(result_type);
42 int input_size = Primitive::ComponentSize(input_type);
instruction_simplifier_arm64.cc 195 Primitive::ComponentSize(instruction->GetType()));
202 Primitive::ComponentSize(instruction->GetComponentType()));
instruction_simplifier.cc 325 size_t reg_bits = Primitive::ComponentSize(ushr->GetType()) * kBitsPerByte;
386 size_t reg_bits = Primitive::ComponentSize(ushr->GetType()) * kBitsPerByte;
812 return Primitive::ComponentSize(result_type) > Primitive::ComponentSize(input_type) &&
    [all...]
intrinsics_arm64.cc     [all...]
induction_var_analysis.cc 79 return Primitive::ComponentSize(type1) <= Primitive::ComponentSize(type2) ? type1 : type2;
    [all...]
code_generator_arm64.cc     [all...]
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
intrinsics_arm.cc     [all...]
nodes.cc 546 DCHECK(IsInt(Primitive::ComponentSize(type) * kBitsPerByte, value));
    [all...]
  /art/runtime/native/
java_lang_System.cc 99 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 1U);
104 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 2U);
108 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U);
112 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U);
116 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U);
120 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U);
sun_misc_Unsafe.cc 194 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value();
201 return Primitive::ComponentSize(primitive_type);
  /art/compiler/jni/quick/
calling_convention.h 40 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0]));
178 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[param]));
jni_compiler.cc 375 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
379 Primitive::ComponentSize(main_jni_conv->GetReturnType()));
  /art/runtime/
primitive.h 95 static size_t ComponentSize(Type type) {
art_field-inl.h 308 return Primitive::ComponentSize(GetTypeAsPrimitiveType());
360 const size_t field_size = Primitive::ComponentSize(type);
class_linker.cc 284 if (Primitive::ComponentSize(type) < n) {
    [all...]
  /art/runtime/gc/space/
space_test.h 127 return mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimByte)).Uint32Value();
  /art/runtime/interpreter/
interpreter_common.cc 46 Primitive::ComponentSize(field_type));
241 Primitive::ComponentSize(field_type));
    [all...]
unstarted_runtime.cc     [all...]
  /art/imgdiag/
imgdiag.cc 249 size_t component_size = Primitive::ComponentSize(primitive_type);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 275 milliseconds

1 2