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

1 2 3

  /dalvik/hit/src/com/android/hit/
Types.java 36 public static final int getTypeSize(int type) {
ArrayInstance.java 46 int idSize = Types.getTypeSize(mType);
101 int idSize = Types.getTypeSize(mType);
145 int idSize = Types.getTypeSize(mType);
ClassInstance.java 60 int size = Types.getTypeSize(type);
120 int size = Types.getTypeSize(type);
174 int size = Types.getTypeSize(type);
ClassObj.java 63 int size = Types.getTypeSize(type);
205 int size = Types.getTypeSize(type);
HprofParser.java 471 int fieldSize = Types.getTypeSize(fieldType);
558 int size = Types.getTypeSize(type);
591 int size = Types.getTypeSize(type);
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 125 size_t getTypeSize(Type * const T, bool dereferencePtr = false);
126 size_t getTypeSize(StructType * const ST, bool dereferencePtr = false);
127 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
128 size_t getTypeSize(FunctionType * const FT,bool dereferencePtr = false);
129 size_t getTypeSize(ArrayType * const AT, bool dereferencePtr = false);
130 size_t getTypeSize(VectorType * const VT, bool dereferencePtr = false);
131 size_t getTypeSize(PointerType * const PT, bool dereferencePtr = false);
132 size_t getTypeSize(OpaqueType * const OT, bool dereferencePtr = false);
907 unsigned size = getTypeSize(Ty);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 97 return APSIntType(Ctx.getTypeSize(T),
154 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
158 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
162 return getValue(b ? 1 : 0, Ctx.getTypeSize(T), false);
SValBuilder.h 69 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
  /external/clang/lib/CodeGen/
TargetInfo.cpp 263 if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
281 uint64_t Size = Context.getTypeSize(Ty);
322 Size += Context.getTypeSize(FD->getType());
326 if (Size != Context.getTypeSize(Ty))
456 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32;
590 uint64_t Size = Context.getTypeSize(Ty);
656 uint64_t Size = getContext().getTypeSize(RetTy);
698 uint64_t Size = getContext().getTypeSize(RetTy);
727 return Ty->getAs<VectorType>() && Context.getTypeSize(Ty) == 128
    [all...]
CodeGenTypes.cpp 96 (unsigned)Context.getTypeSize(T));
348 static_cast<unsigned>(Context.getTypeSize(T)));
589 uint64_t valueSize = Context.getTypeSize(valueType);
590 uint64_t atomicSize = Context.getTypeSize(Ty);
615 return Context.getTypeSize(type) != Context.getTypeSize(type->getValueType());
CGDebugInfo.cpp 391 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
442 CGM.getContext().getTypeSize(BT),
484 uint64_t Size = CGM.getContext().getTypeSize(BT);
497 uint64_t Size = CGM.getContext().getTypeSize(Ty);
651 // Size is always the size of a pointer. We can't use getTypeSize here
668 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
702 uint64_t Size = CGM.getContext().getTypeSize(Ty);
717 FieldSize = CGM.getContext().getTypeSize(Ty);
    [all...]
CGStmt.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 40 return (ASTC.getTypeSize(T) == PtrWidth);
CallAndMessageChecker.cpp 418 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy);
419 const uint64_t returnTypeSize = Ctx.getTypeSize(CanRetTy);
BasicObjCFoundationChecks.cpp 252 return Ctx.getTypeSize(T);
336 uint64_t SourceSize = Ctx.getTypeSize(T);
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaStmtAsm.cpp 187 unsigned Size = Context.getTypeSize(Ty);
263 unsigned Size = Context.getTypeSize(Ty);
319 uint64_t OutSize = Context.getTypeSize(OutTy);
320 uint64_t InSize = Context.getTypeSize(InTy);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 77 unsigned castSize = Context.getTypeSize(castTy);
141 unsigned BitWidth = Context.getTypeSize(castTy);
287 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType);
869 if (ctx.getTypeSize(ctx.VoidPtrTy) == x->getBitWidth()) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 202 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1),
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 526 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
540 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
895 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
908 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
    [all...]

Completed in 659 milliseconds

1 2 3