Searched refs:IntegerType (Results 1 – 15 of 15) sorted by relevance
/aosp12/system/bt/profile/sdp/common/ |
H A D | data_element_reader.cc | 87 template <class IntegerType> 89 static_assert(std::is_integral<IntegerType>::value, in ReadInteger() 92 CHECK_REMAINING_LEN(sizeof(IntegerType)); in ReadInteger() 93 return it_.extractBE<IntegerType>(); in ReadInteger()
|
H A D | data_element_reader.h | 49 template <class IntegerType>
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type-inl.h | 198 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
|
H A D | reg_type.cc | 54 const IntegerType* IntegerType::instance_ = nullptr; 134 std::string IntegerType::Dump() const { in Dump() 258 const IntegerType* IntegerType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance() 262 instance_ = new IntegerType(klass, descriptor, cache_id); in CreateInstance() 266 void IntegerType::Destroy() { in Destroy()
|
H A D | reg_type_cache-inl.h | 62 inline const IntegerType& RegTypeCache::Integer() { in Integer() 63 return *IntegerType::GetInstance(); in Integer()
|
H A D | reg_type_cache.cc | 72 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes() 131 return *IntegerType::GetInstance(); in RegTypeFromPrimitiveType() 320 IntegerType::Destroy(); in ShutDown() 380 create_primitive_type_instance(TypeHelper<IntegerType>("I")); in CreatePrimitiveAndSmallConstantTypes() 707 IntegerType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
|
H A D | reg_type_cache.h | 51 class IntegerType; variable 129 const IntegerType& Integer() REQUIRES_SHARED(Locks::mutator_lock_);
|
H A D | reg_type.h | 444 class IntegerType final : public Cat1Type { 448 static const IntegerType* CreateInstance(ObjPtr<mirror::Class> klass, 452 static const IntegerType* GetInstance() PURE; 460 IntegerType(ObjPtr<mirror::Class> klass, in IntegerType() function 466 static const IntegerType* instance_;
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSScriptGroupFusion.cpp | 154 llvm::Type* I32Ty = llvm::IntegerType::get(Context.getLLVMContext(), 32); in getFusedFuncType()
|
H A D | RSKernelExpand.cpp | 534 llvm::IntegerType *I32Ty = llvm::Type::getInt32Ty(*Context); in GEPHelper()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 975 ResultTy = IntegerType::get(Context, Record[0]); in ParseTypeTableBody() 1202 ResultTy = IntegerType::get(Context, Record[0]); in ParseOldTypeTable() 1683 cast<IntegerType>(CurTy)->getBitWidth()); in ParseConstants() 3100 Type *Int32Ty = IntegerType::getInt32Ty(CurBB->getContext()); in ParseFunctionBody()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable() 955 if (isa<IntegerType>(EltTy)) { in WriteConstants()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1251 ResultTy = IntegerType::get(Context, Record[0]); in ParseTypeTableBody() 1497 ResultTy = IntegerType::get(Context, Record[0]); in ParseOldTypeTable() 1976 cast<IntegerType>(CurTy)->getBitWidth()); in ParseConstants()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 279 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
|