/art/compiler/optimizing/ |
D | data_type.h | 51 static constexpr size_t SizeShift(Type type) { in SizeShift() 77 static constexpr size_t Size(Type type) { in Size() 125 static bool IsFloatingPointType(Type type) { in IsFloatingPointType() 129 static bool IsIntegralType(Type type) { in IsIntegralType() 148 static bool IsIntOrLongType(Type type) { in IsIntOrLongType() 152 static bool Is64BitType(Type type) { in Is64BitType() 156 static bool Is8BitType(Type type) { in Is8BitType() 160 static bool IsUnsignedType(Type type) { in IsUnsignedType() 166 static Type Kind(Type type) { in Kind() 184 static int64_t MinValueOfIntegralType(Type type) { in MinValueOfIntegralType() [all …]
|
D | data_type-inl.h | 26 constexpr DataType::Type DataTypeFromPrimitive(Primitive::Type type) { in DataTypeFromPrimitive() 44 constexpr Primitive::Type DataTypeToPrimitive(DataType::Type type) { in DataTypeToPrimitive() 62 constexpr DataType::Type DataType::FromShorty(char type) { in FromShorty() 66 constexpr char DataType::TypeId(DataType::Type type) { in TypeId()
|
D | common_arm.h | 71 inline vixl::aarch32::Register RegisterFrom(Location location, DataType::Type type) { in RegisterFrom() 89 DataType::Type type = instr->GetType(); in OutputSRegister() local 95 DataType::Type type = instr->GetType(); in OutputDRegister() local 101 DataType::Type type = instr->GetType(); in OutputVRegister() local 110 DataType::Type type = instr->InputAt(input_index)->GetType(); in InputSRegisterAt() local 116 DataType::Type type = instr->InputAt(input_index)->GetType(); in InputDRegisterAt() local 122 DataType::Type type = instr->InputAt(input_index)->GetType(); in InputVRegisterAt() local 191 inline vixl::aarch32::Operand OperandFrom(Location location, DataType::Type type) { in OperandFrom()
|
D | data_type.cc | 37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor() 45 std::ostream& operator<<(std::ostream& os, DataType::Type type) { in operator <<()
|
D | instruction_simplifier_x86_shared.cc | 23 DataType::Type type = instruction->GetType(); in TryCombineAndNot() local 59 DataType::Type type = instruction->GetType(); in TryGenerateResetLeastSetBit() local 92 DataType::Type type = instruction->GetType(); in TryGenerateMaskUptoLeastSetBit() local
|
D | load_store_analysis.h | 104 DataType::Type type, in HeapLocation() 256 DataType::Type type = instruction->GetType(); in GetArrayHeapLocation() local 292 DataType::Type type, in FindHeapLocationIndex() 448 DataType::Type type, in MaybeCreateHeapLocation() 466 DataType::Type type = field_info.GetFieldType(); in VisitFieldAccess() local 480 DataType::Type type, in VisitArrayAccess() 518 DataType::Type type = instruction->GetType(); in VisitArrayGet() local 526 DataType::Type type = instruction->GetComponentType(); in VisitArraySet() local 535 DataType::Type type = instruction->GetPackedType(); in VisitVecLoad() local 544 DataType::Type type = instruction->GetPackedType(); in VisitVecStore() local
|
D | induction_var_analysis.cc | 51 static DataType::Type ImplicitConversion(DataType::Type type) { in ImplicitConversion() 400 DataType::Type type = instruction->GetType(); in ClassifyTrivial() local 455 DataType::Type type = stack_tail.back().instruction->GetType(); in ClassifyNonTrivial() local 596 DataType::Type type) { in RotatePeriodicInduction() 642 DataType::Type type) { in TransferAddSub() 690 DataType::Type type) { in TransferNeg() 715 DataType::Type type) { in TransferMul() 788 DataType::Type type) { in SolvePhiAllInputs() 822 DataType::Type type) { in SolveAddSub() 890 DataType::Type type) { in SolveOp() [all …]
|
D | scheduler_arm.cc | 107 #define DECLARE_VISIT_INSTRUCTION(type, unused) \ argument 244 DataType::Type type = instr->GetResultType(); in HandleShiftLatencies() local 415 const DataType::Type type = condition->GetLeft()->GetType(); in HandleGenerateTest() local 540 const DataType::Type type = cond->GetLeft()->GetType(); in HandleGenerateConditionIntegralOrNonPrimitive() local 598 const DataType::Type type = cond->GetLeft()->GetType(); in HandleCondition() local 627 DataType::Type type = instr->InputAt(0)->GetType(); in VisitCompare() local 741 DataType::Type type = instruction->GetType(); in VisitArrayGet() local 942 DataType::Type type = instruction->GetResultType(); in VisitDiv() local 1005 DataType::Type type = instruction->GetResultType(); in VisitRem() local 1269 #define SCHEDULABLE_CASE(type, unused) \ in IsSchedulable() argument
|
D | ssa_builder.h | 73 DataType::Type type = aget->GetType(); in MaybeAddAmbiguousArrayGet() local 81 DataType::Type type = aset->GetValue()->GetType(); in MaybeAddAmbiguousArraySet() local
|
/art/runtime/arch/x86/ |
D | callee_save_frame_x86.h | 52 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() 59 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills() 65 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() 72 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo() 77 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset() 84 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset() 90 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
|
/art/runtime/arch/x86_64/ |
D | callee_save_frame_x86_64.h | 62 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() 69 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills() 76 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() 83 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo() 88 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset() 95 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset() 101 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
|
/art/runtime/arch/riscv64/ |
D | callee_save_frame_riscv64.h | 86 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() 94 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills() 102 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() 110 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo() 115 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset() 121 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset() 127 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
|
/art/runtime/arch/arm/ |
D | callee_save_frame_arm.h | 62 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() 70 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills() 78 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() 85 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo() 90 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset() 97 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset() 103 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
|
/art/runtime/arch/arm64/ |
D | callee_save_frame_arm64.h | 85 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() 93 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills() 101 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize() 108 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo() 113 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset() 120 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset() 126 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
|
/art/libdexfile/dex/ |
D | primitive.h | 53 static constexpr Type GetType(char type) { in GetType() 78 static constexpr size_t ComponentSizeShift(Type type) { in ComponentSizeShift() 95 static constexpr size_t ComponentSize(Type type) { in ComponentSize() 112 static const char* Descriptor(Type type) { in Descriptor() 144 static constexpr bool IsNumericType(Type type) { in IsNumericType() 162 static constexpr bool IsSignedNumericType(Type type) { in IsSignedNumericType() 181 static constexpr size_t BitsRequiredForLargestValue(Type type) { in BitsRequiredForLargestValue() 214 static bool Is64BitType(Type type) { in Is64BitType()
|
D | primitive.cc | 49 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() 56 const char* Primitive::BoxedDescriptor(Primitive::Type type) { in BoxedDescriptor() 63 std::ostream& operator<<(std::ostream& os, Primitive::Type type) { in operator <<()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Field.java | 31 public final Type type; field in Field 39 public Field(String name, Type type) { in Field()
|
D | FieldValue.java | 31 public final Type type; field in FieldValue 45 public FieldValue(String name, Type type, Value value) { in FieldValue()
|
/art/runtime/ |
D | art_field-inl.h | 158 #define FIELD_GET(object, type) \ argument 167 #define FIELD_SET(object, type, value) \ argument 185 Primitive::Type type = GetTypeAsPrimitiveType(); in SetBoolean() local 214 Primitive::Type type = GetTypeAsPrimitiveType(); in SetChar() local 237 Primitive::Type type = GetTypeAsPrimitiveType(); in GetInt() local 252 Primitive::Type type = GetTypeAsPrimitiveType(); in SetInt() local 262 Primitive::Type type = GetTypeAsPrimitiveType(); in GetLong() local 273 Primitive::Type type = GetTypeAsPrimitiveType(); in SetLong() local 376 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->LookupResolvedType( in LookupResolvedType() local 386 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->ResolveType( in ResolveType() local [all …]
|
D | runtime-inl.h | 80 inline ArtMethod* Runtime::GetCalleeSaveMethod(CalleeSaveType type) in GetCalleeSaveMethod() 86 inline ArtMethod* Runtime::GetCalleeSaveMethodUnchecked(CalleeSaveType type) in GetCalleeSaveMethodUnchecked()
|
D | class_linker-inl.h | 165 ObjPtr<mirror::Class> type = referrer->GetDexCache()->GetResolvedType(type_idx); in LookupResolvedType() local 176 ObjPtr<mirror::Class> type = referrer->GetDexCache()->GetResolvedType(type_idx); in LookupResolvedType() local 187 ObjPtr<mirror::Class> type = referrer->GetDexCache()->GetResolvedType(type_idx); in LookupResolvedType() local 199 ObjPtr<mirror::Class> type = dex_cache->GetResolvedType(type_idx); in LookupResolvedType() local 208 InvokeType type, in CheckInvokeClassMismatch() 257 InvokeType type, in CheckInvokeClassMismatch() 293 InvokeType type) { in ResolveMethod() 322 InvokeType type) { in ResolveMethod() 490 const char* type = dex_file.GetFieldTypeDescriptor(field_id); in ResolveField() local
|
D | entrypoints_order_test.cc | 42 #define EXPECT_OFFSET_DIFFNP(type, first_field, second_field, diff) \ argument 48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument 59 #define EXPECT_OFFSET_DIFF_GT3(type, first_field, second_field, diff, name) \ argument
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints_test.cc | 42 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, CalleeSaveType type) in CreateCalleeSaveMethod() 57 static void CheckPCOffset(InstructionSet isa, CalleeSaveType type, size_t pc_offset) in CheckPCOffset()
|
/art/test/964-default-iface-init-gen/src/ |
D | Displayer.java | 18 public Displayer(String type) { in Displayer()
|
/art/libartbase/base/ |
D | stl_util_identity.h | 36 using type = T; member
|