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

  /art/runtime/native/
sun_misc_Unsafe.cc 175 Primitive::Type primitive_type = component->GetPrimitiveType(); local
176 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value();
182 Primitive::Type primitive_type = component->GetPrimitiveType(); local
183 return Primitive::ComponentSize(primitive_type);
  /art/runtime/interpreter/
interpreter.cc 116 Primitive::Type primitive_type = component->GetPrimitiveType(); local
117 result->SetI(mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value());
120 Primitive::Type primitive_type = component->GetPrimitiveType(); local
121 result->SetI(Primitive::ComponentSize(primitive_type));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h     [all...]

Completed in 2467 milliseconds