HomeSort by relevance Sort by last modified time
    Searched refs:getTypeSize (Results 1 - 25 of 70) 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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 117 size_t getTypeSize(Type * const T, bool dereferencePtr = false);
118 size_t getTypeSize(StructType * const ST, bool dereferencePtr = false);
119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
120 size_t getTypeSize(FunctionType * const FT,bool dereferencePtr = false);
121 size_t getTypeSize(ArrayType * const AT, bool dereferencePtr = false);
122 size_t getTypeSize(VectorType * const VT, bool dereferencePtr = false);
123 size_t getTypeSize(PointerType * const PT, bool dereferencePtr = false);
124 size_t getTypeSize(OpaqueType * const OT, bool dereferencePtr = false);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 117 size_t getTypeSize(Type * const T, bool dereferencePtr = false);
118 size_t getTypeSize(StructType * const ST, bool dereferencePtr = false);
119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
120 size_t getTypeSize(FunctionType * const FT,bool dereferencePtr = false);
121 size_t getTypeSize(ArrayType * const AT, bool dereferencePtr = false);
122 size_t getTypeSize(VectorType * const VT, bool dereferencePtr = false);
123 size_t getTypeSize(PointerType * const PT, bool dereferencePtr = false);
124 size_t getTypeSize(OpaqueType * const OT, bool dereferencePtr = false);
    [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)) {}
  /frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h 102 inline size_t getTypeSize(TagType type) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp 278 if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
296 uint64_t Size = Context.getTypeSize(Ty);
334 Size += Context.getTypeSize(FD->getType());
338 if (Size != Context.getTypeSize(Ty))
613 uint64_t Size = Context.getTypeSize(Ty);
676 uint64_t Size = getContext().getTypeSize(RetTy);
712 uint64_t Size = getContext().getTypeSize(RetTy);
741 return Ty->getAs<VectorType>() && Context.getTypeSize(Ty) == 128;
832 unsigned Size = getContext().getTypeSize(Ty)
    [all...]
CodeGenTypes.cpp 93 (unsigned)Context.getTypeSize(T));
351 static_cast<unsigned>(Context.getTypeSize(T)));
594 uint64_t valueSize = Context.getTypeSize(valueType);
595 uint64_t atomicSize = Context.getTypeSize(Ty);
620 return Context.getTypeSize(type) != Context.getTypeSize(type->getValueType());
CGDebugInfo.cpp 420 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
460 CGM.getContext().getTypeSize(BT),
502 uint64_t Size = CGM.getContext().getTypeSize(BT);
515 uint64_t Size = CGM.getContext().getTypeSize(Ty);
643 // Size is always the size of a pointer. We can't use getTypeSize here
659 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
693 uint64_t Size = CGM.getContext().getTypeSize(Ty);
708 FieldSize = CGM.getContext().getTypeSize(Ty);
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 182 unsigned Size = Context.getTypeSize(Ty);
258 unsigned Size = Context.getTypeSize(Ty);
314 uint64_t OutSize = Context.getTypeSize(OutTy);
315 uint64_t InSize = Context.getTypeSize(InTy);
SemaCast.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 41 return (ASTC.getTypeSize(T) == PtrWidth);
CallAndMessageChecker.cpp 552 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy);
553 const uint64_t returnTypeSize = Ctx.getTypeSize(CanRetTy);
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 91 static size_t getTypeSize(uint8_t type) {
111 size_t typeSize = getTypeSize(type);
281 size_t tagSize = Helpers::getTypeSize(tagType);
318 size_t tagSize = Helpers::getTypeSize(tagType);
  /external/clang/lib/AST/
Mangle.cpp 168 ArgWords += llvm::RoundUpToAlignment(ASTContext.getTypeSize(AT), 32) / 32;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 450 if (ast_ctx.getTypeSize(ast_ctx.VoidTy) == 64)
463 if (ast_ctx.getTypeSize(ast_ctx.VoidTy) == 64)
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 77 unsigned castSize = Context.getTypeSize(castTy);
167 unsigned BitWidth = Context.getTypeSize(castTy);
286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType);
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 531 uint64_t qual_type_bit_size = ast->getTypeSize(qual_type);
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 511 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
525 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
878 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
891 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 214 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1),

Completed in 483 milliseconds

1 2 3