HomeSort by relevance Sort by last modified time
    Searched full:type_l (Results 1 - 7 of 7) sorted by null

  /art/runtime/verifier/
register_line.cc 240 const RegType& type_l = GetRegisterType(vsrc); local
243 if (!type_l.CheckWidePair(type_h)) {
245 << " type=" << type_l << "/" << type_h;
247 SetRegisterTypeWide(vdst, type_l, type_h);
269 const RegType& type_l = verifier_->GetRegTypeCache()->GetFromId(result_[0]); local
271 if (!type_l.IsCategory2Types()) {
273 << "copyRes2 v" << vdst << "<- result0" << " type=" << type_l; local
275 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case
276 SetRegisterTypeWide(vdst, type_l, type_h); // also sets the high
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
ftp.h 52 #define TYPE_L 4 /* local byte size */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 52 #define TYPE_L 4 /* local byte size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 52 #define TYPE_L 4 /* local byte size */
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 78 enum { TYPE_L, TYPE_B, TYPE_LE, TYPE_E, TYPE_COUNT };
88 type == 'l' ? TYPE_L :
687 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 78 enum { TYPE_L, TYPE_B, TYPE_LE, TYPE_E, TYPE_COUNT };
88 type == 'l' ? TYPE_L :
734 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java 95 private static final int TYPE_L = 40;
145 new NameAndTypeConstant(Y, TYPE_L),
    [all...]

Completed in 1326 milliseconds