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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 187 return getRegisterType(Category.Boolean, null);
189 return getRegisterType(Category.Byte, null);
191 return getRegisterType(Category.Short, null);
193 return getRegisterType(Category.Char, null);
195 return getRegisterType(Category.Integer, null);
197 return getRegisterType(Category.Float, null);
199 return getRegisterType(Category.LongLo, null);
201 return getRegisterType(Category.DoubleLo, null);
204 return getRegisterType(Category.Reference, ClassPath.getClassDef(type));
223 return getRegisterType(Category.LongLo, null)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 591 /// getRegisterType - Return the type of registers that this ValueType will
593 MVT getRegisterType(MVT VT) const {
598 /// getRegisterType - Return the type of registers that this ValueType will
600 MVT getRegisterType(LLVMContext &Context, EVT VT) const {
615 return getRegisterType(Context, getTypeToTransformTo(Context, VT));
640 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits();
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]

Completed in 36 milliseconds