Searched defs:Type (Results 1 - 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsPoolIndex.java29 Type, enum constant in enum:ContainsPoolIndex.PoolIndexKind
/art/runtime/
H A Dprimitive.h38 enum Type { enum in class:art::Primitive
52 static Type GetType(char type) {
77 static size_t ComponentSizeShift(Type type) {
95 static size_t ComponentSize(Type type) {
113 static const char* Descriptor(Type type) {
139 static const char* PrettyDescriptor(Type type);
142 static const char* BoxedDescriptor(Type type);
144 static bool IsFloatingPointType(Type type) {
148 static bool IsIntegralType(Type type) {
165 static constexpr bool IsNumericType(Type typ
[all...]
H A Dclass_linker.h246 // Resolve a Type with the given index from the DexFile, storing the
255 // Resolve a Type with the given index from the DexFile, storing the
747 mirror::Class* CreatePrimitiveClass(Thread* self, Primitive::Type type)
751 Primitive::Type type)
924 return MethodTranslation(Type::kConflict, /*translation*/nullptr);
929 return MethodTranslation(Type::kAbstract, /*translation*/nullptr);
934 return MethodTranslation(Type::kTranslation, new_method);
939 return type_ == Type::kConflict;
944 return type_ == Type::kAbstract;
949 return type_ == Type
960 enum class Type { class in class:art::ClassLinker::MethodTranslation
[all...]
/art/compiler/
H A Doat_writer.cc106 enum Type { enum in class:art::OatWriter::DexFileSource
128 Type GetType() const { return type_; }
157 Type type_;
862 if (patch.GetType() == LinkerPatch::Type::kTypeBssEntry) {
866 if (patch.GetType() == LinkerPatch::Type::kStringBssEntry) {
1279 case LinkerPatch::Type::kCallRelative: {
1288 case LinkerPatch::Type::kDexCacheArray: {
1296 case LinkerPatch::Type::kStringRelative: {
1304 case LinkerPatch::Type::kStringBssEntry: {
1313 case LinkerPatch::Type
[all...]
H A Dcompiled_method.h117 // values of 'enum class art::LinkerPatch::Type'
119 // choose to squeeze the Type into fewer than 8 bits, we'll have to declare
121 enum class Type : uint8_t { class in class:art::LinkerPatch
138 LinkerPatch patch(literal_offset, Type::kMethod, target_dex_file);
146 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file);
154 LinkerPatch patch(literal_offset, Type::kCallRelative, target_dex_file);
162 LinkerPatch patch(literal_offset, Type::kType, target_dex_file);
171 LinkerPatch patch(literal_offset, Type::kTypeRelative, target_dex_file);
181 LinkerPatch patch(literal_offset, Type::kTypeBssEntry, target_dex_file);
190 LinkerPatch patch(literal_offset, Type
[all...]
/art/runtime/gc/space/
H A Dregion_space.h207 return r->Type();
279 RegionType Type() const { function in class:art::gc::space::FINAL::Region
/art/tools/jfuzz/
H A Djfuzz.cc119 enum Type { enum in class:__anon182::JFuzz
128 static bool isInteger(Type tp) {
133 static bool isFP(Type tp) {
138 void emitType(Type tp) const {
149 void emitTypeClass(Type tp) const {
160 Type randomType() {
175 void emitUnaryOp(Type tp) {
186 void emitIncDecOp(Type tp) {
195 void emitBinaryOp(Type tp) {
206 void emitAssignmentOp(Type t
[all...]
/art/compiler/utils/arm/
H A Dassembler_arm.h195 enum Type { enum in class:art::arm::ShifterOperand
202 Type type_;
/art/compiler/utils/mips/
H A Dassembler_mips.h1064 enum Type { enum in class:art::mips::FINAL::Branch
1140 static const BranchInfo branch_info_[/* Type */];
1156 Type label_or_literal_type);
1167 Type GetType() const;
1174 uint32_t GetPrecedingInstructionLength(Type type) const;
1175 uint32_t GetPrecedingInstructionSize(Type type) const;
1251 void InitializeType(Type initial_type, bool is_r6);
1253 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
1265 Type type
[all...]
/art/compiler/utils/mips64/
H A Dassembler_mips64.h1278 enum Type { enum in class:art::mips64::FINAL::Branch
1332 static const BranchInfo branch_info_[/* Type */];
1343 Branch(uint32_t location, GpuRegister dest_reg, Type label_or_literal_type);
1354 Type GetType() const;
1427 void InitializeType(Type initial_type);
1429 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
1440 Type type_; // Current type of the branch.
1441 Type old_type_; // Initial type of the branch.
1443 friend std::ostream& operator<<(std::ostream& os, const Branch::Type
[all...]
/art/dexlayout/
H A Ddex_ir.h561 const TypeId* Type() const { return type_; } function in class:art::dex_ir::FieldId
642 int8_t Type() const { return type_; } function in class:art::dex_ir::EncodedValue

Completed in 716 milliseconds