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

  /libcore/luni/src/main/java/java/nio/
Buffer.java 163 void checkIndex(int index, int sizeOfType) {
164 if (index < 0 || index > limit - sizeOfType) {
166 ", size of type=" + sizeOfType);
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 169 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
tytypes.c 642 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
656 return ML_(sizeOfType)( tyents, ent->Te.TyQual.typeR );
663 return ML_(sizeOfType)( tyents, ent->Te.TyTyDef.typeR );
679 eszB = ML_(sizeOfType)( tyents, ent->Te.TyArray.typeR );
698 VG_(printf)("ML_(sizeOfType): unhandled: ");
788 mul = ML_(sizeOfType)( tyents, field->Te.Field.typeR );
844 mul = ML_(sizeOfType)( tyents, ty->Te.TyArray.typeR );
debuginfo.c     [all...]
storage.c 940 mul = ML_(sizeOfType)(di->admin_tyents, typeR);
    [all...]

Completed in 163 milliseconds