Home
last modified time | relevance | path

Searched refs:IntegerType (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/profile/sdp/common/
H A Ddata_element_reader.cc87 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 Ddata_element_reader.h49 template <class IntegerType>
/aosp12/art/runtime/verifier/
H A Dreg_type-inl.h198 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
H A Dreg_type.cc54 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 Dreg_type_cache-inl.h62 inline const IntegerType& RegTypeCache::Integer() { in Integer()
63 return *IntegerType::GetInstance(); in Integer()
H A Dreg_type_cache.cc72 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 Dreg_type_cache.h51 class IntegerType; variable
129 const IntegerType& Integer() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dreg_type.h444 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 DRSScriptGroupFusion.cpp154 llvm::Type* I32Ty = llvm::IntegerType::get(Context.getLLVMContext(), 32); in getFusedFuncType()
H A DRSKernelExpand.cpp534 llvm::IntegerType *I32Ty = llvm::Type::getInt32Ty(*Context); in GEPHelper()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp975 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 DBitcodeWriter.cpp267 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 DBitcodeReader.cpp1251 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 DBitcodeWriter.cpp279 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()