| /art/runtime/ |
| D | primitive.h | 52 static Type GetType(char type) { in GetType() 77 static size_t ComponentSizeShift(Type type) { in ComponentSizeShift() 95 static size_t ComponentSize(Type type) { in ComponentSize() 113 static const char* Descriptor(Type type) { in Descriptor() 141 static bool IsFloatingPointType(Type type) { in IsFloatingPointType() 145 static bool IsIntegralType(Type type) { in IsIntegralType() 161 static bool IsIntOrLongType(Type type) { in IsIntOrLongType() 165 static bool Is64BitType(Type type) { in Is64BitType() 170 static Type PrimitiveKind(Type type) { in PrimitiveKind() 183 static int64_t MinValueOfIntegralType(Type type) { in MinValueOfIntegralType() [all …]
|
| D | primitive.cc | 34 const char* Primitive::PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor() 39 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
|
| D | runtime-inl.h | 69 inline ArtMethod* Runtime::GetCalleeSaveMethod(CalleeSaveType type) in GetCalleeSaveMethod() 75 inline ArtMethod* Runtime::GetCalleeSaveMethodUnchecked(CalleeSaveType type) in GetCalleeSaveMethodUnchecked()
|
| D | art_field-inl.h | 123 #define FIELD_GET(object, type) \ argument 132 #define FIELD_SET(object, type, value) \ argument 183 Primitive::Type type = GetTypeAsPrimitiveType(); in GetInt() local 192 Primitive::Type type = GetTypeAsPrimitiveType(); in SetInt() local 200 Primitive::Type type = GetTypeAsPrimitiveType(); in GetLong() local 209 Primitive::Type type = GetTypeAsPrimitiveType(); in SetLong() local 299 mirror::Class* type = dex_cache->GetResolvedType(field_id.type_idx_); in GetType() local 359 Primitive::Type type = field.GetTypeAsPrimitiveType(); in FindFieldWithOffset() local
|
| D | entrypoints_order_test.cc | 43 #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/arch/arm/ |
| D | quick_method_frame_info_arm.h | 51 constexpr uint32_t ArmCalleeSaveCoreSpills(Runtime::CalleeSaveType type) { in ArmCalleeSaveCoreSpills() 57 constexpr uint32_t ArmCalleeSaveFpSpills(Runtime::CalleeSaveType type) { in ArmCalleeSaveFpSpills() 63 constexpr uint32_t ArmCalleeSaveFrameSize(Runtime::CalleeSaveType type) { in ArmCalleeSaveFrameSize() 69 constexpr QuickMethodFrameInfo ArmCalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) { in ArmCalleeSaveMethodFrameInfo() 75 constexpr size_t ArmCalleeSaveFpr1Offset(Runtime::CalleeSaveType type) { in ArmCalleeSaveFpr1Offset() 81 constexpr size_t ArmCalleeSaveGpr1Offset(Runtime::CalleeSaveType type) { in ArmCalleeSaveGpr1Offset() 86 constexpr size_t ArmCalleeSaveLrOffset(Runtime::CalleeSaveType type) { in ArmCalleeSaveLrOffset()
|
| /art/runtime/arch/arm64/ |
| D | quick_method_frame_info_arm64.h | 59 constexpr uint32_t Arm64CalleeSaveCoreSpills(Runtime::CalleeSaveType type) { in Arm64CalleeSaveCoreSpills() 65 constexpr uint32_t Arm64CalleeSaveFpSpills(Runtime::CalleeSaveType type) { in Arm64CalleeSaveFpSpills() 71 constexpr uint32_t Arm64CalleeSaveFrameSize(Runtime::CalleeSaveType type) { in Arm64CalleeSaveFrameSize() 77 constexpr QuickMethodFrameInfo Arm64CalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) { in Arm64CalleeSaveMethodFrameInfo() 83 constexpr size_t Arm64CalleeSaveFpr1Offset(Runtime::CalleeSaveType type) { in Arm64CalleeSaveFpr1Offset() 89 constexpr size_t Arm64CalleeSaveGpr1Offset(Runtime::CalleeSaveType type) { in Arm64CalleeSaveGpr1Offset() 94 constexpr size_t Arm64CalleeSaveLrOffset(Runtime::CalleeSaveType type) { in Arm64CalleeSaveLrOffset()
|
| /art/runtime/arch/x86_64/ |
| D | quick_method_frame_info_x86_64.h | 42 constexpr uint32_t X86_64CalleeSaveCoreSpills(Runtime::CalleeSaveType type) { in X86_64CalleeSaveCoreSpills() 48 constexpr uint32_t X86_64CalleeSaveFpSpills(Runtime::CalleeSaveType type) { in X86_64CalleeSaveFpSpills() 53 constexpr uint32_t X86_64CalleeSaveFrameSize(Runtime::CalleeSaveType type) { in X86_64CalleeSaveFrameSize() 59 constexpr QuickMethodFrameInfo X86_64CalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) { in X86_64CalleeSaveMethodFrameInfo()
|
| /art/runtime/arch/mips64/ |
| D | quick_method_frame_info_mips64.h | 50 constexpr uint32_t Mips64CalleeSaveCoreSpills(Runtime::CalleeSaveType type) { in Mips64CalleeSaveCoreSpills() 56 constexpr uint32_t Mips64CalleeSaveFpSpills(Runtime::CalleeSaveType type) { in Mips64CalleeSaveFpSpills() 62 constexpr uint32_t Mips64CalleeSaveFrameSize(Runtime::CalleeSaveType type) { in Mips64CalleeSaveFrameSize() 68 constexpr QuickMethodFrameInfo Mips64CalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) { in Mips64CalleeSaveMethodFrameInfo()
|
| /art/runtime/arch/mips/ |
| D | quick_method_frame_info_mips.h | 47 constexpr uint32_t MipsCalleeSaveCoreSpills(Runtime::CalleeSaveType type) { in MipsCalleeSaveCoreSpills() 53 constexpr uint32_t MipsCalleeSaveFPSpills(Runtime::CalleeSaveType type) { in MipsCalleeSaveFPSpills() 59 constexpr uint32_t MipsCalleeSaveFrameSize(Runtime::CalleeSaveType type) { in MipsCalleeSaveFrameSize() 65 constexpr QuickMethodFrameInfo MipsCalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) { in MipsCalleeSaveMethodFrameInfo()
|
| /art/runtime/arch/x86/ |
| D | quick_method_frame_info_x86.h | 47 constexpr uint32_t X86CalleeSaveCoreSpills(Runtime::CalleeSaveType type) { in X86CalleeSaveCoreSpills() 52 constexpr uint32_t X86CalleeSaveFpSpills(Runtime::CalleeSaveType type) { in X86CalleeSaveFpSpills() 56 constexpr uint32_t X86CalleeSaveFrameSize(Runtime::CalleeSaveType type) { in X86CalleeSaveFrameSize() 62 constexpr QuickMethodFrameInfo X86CalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) { in X86CalleeSaveMethodFrameInfo()
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints_test.cc | 41 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, Runtime::CalleeSaveType type) in CreateCalleeSaveMethod() 56 static void CheckFrameSize(InstructionSet isa, Runtime::CalleeSaveType type, uint32_t save_size) in CheckFrameSize() 65 static void CheckPCOffset(InstructionSet isa, Runtime::CalleeSaveType type, size_t pc_offset) in CheckPCOffset()
|
| D | callee_save_frame.h | 76 static constexpr size_t GetCalleeSaveFrameSize(InstructionSet isa, Runtime::CalleeSaveType type) { in GetCalleeSaveFrameSize() 103 Runtime::CalleeSaveType type) { in GetCalleeSaveReturnPcOffset()
|
| D | quick_field_entrypoints.cc | 30 inline constexpr bool FindFieldTypeIsRead(FindFieldType type) { in FindFieldTypeIsRead() 333 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet8StaticFromCode() local 345 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet8StaticFromCode() local 366 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet16StaticFromCode() local 378 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet16StaticFromCode() local 476 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet8InstanceFromCode() local 492 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet8InstanceFromCode() local 513 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet16InstanceFromCode() local 529 Primitive::Type type = field->GetTypeAsPrimitiveType(); in artSet16InstanceFromCode() local
|
| /art/compiler/optimizing/ |
| D | ssa_builder.h | 69 Primitive::Type type = aget->GetType(); in MaybeAddAmbiguousArrayGet() local 77 Primitive::Type type = aset->GetValue()->GetType(); in MaybeAddAmbiguousArraySet() local
|
| D | constant_folding.cc | 225 Primitive::Type type = instruction->GetType(); in VisitMul() local 258 Primitive::Type type = instruction->GetType(); in VisitRem() local 302 Primitive::Type type = instruction->GetType(); in VisitSub() local 336 Primitive::Type type = instruction->GetType(); in VisitXor() local
|
| D | common_arm64.h | 65 static inline vixl::Register RegisterFrom(Location location, Primitive::Type type) { in RegisterFrom() 89 static inline vixl::FPRegister FPRegisterFrom(Location location, Primitive::Type type) { in FPRegisterFrom() 103 static inline vixl::CPURegister CPURegisterFrom(Location location, Primitive::Type type) { in CPURegisterFrom() 132 static inline vixl::Operand OperandFrom(Location location, Primitive::Type type) { in OperandFrom()
|
| D | code_generator_arm.h | 110 Location GetReturnLocation(Primitive::Type type) const OVERRIDE { in GetReturnLocation() 115 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() 122 Location GetFpuLocation(Primitive::Type type) const OVERRIDE { in GetFpuLocation() 397 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters()
|
| D | induction_var_analysis.h | 113 Primitive::Type type; // precision of induction member 134 Primitive::Type type) { in CreateTripCount() 142 Primitive::Type type) { in CreateInduction()
|
| D | code_generator_mips.h | 115 Location GetReturnLocation(Primitive::Type type) const OVERRIDE { in GetReturnLocation() 120 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { in GetSetValueLocation() 342 bool NeedsTwoRegisters(Primitive::Type type) const { in NeedsTwoRegisters()
|
| D | ssa_builder.cc | 280 Primitive::Type type = aget->GetType(); in FindFloatOrDoubleEquivalentOfArrayGet() local 293 Primitive::Type type = aget->GetType(); in CreateFloatOrDoubleEquivalentOfArrayGet() local 602 HPhi* SsaBuilder::GetFloatDoubleOrReferenceEquivalentOfPhi(HPhi* phi, Primitive::Type type) { in GetFloatDoubleOrReferenceEquivalentOfPhi() 661 HInstruction* SsaBuilder::GetFloatOrDoubleEquivalent(HInstruction* value, Primitive::Type type) { in GetFloatOrDoubleEquivalent()
|
| /art/test/964-default-iface-init-generated/src/ |
| D | Displayer.java | 18 public Displayer(String type) { in Displayer()
|
| /art/runtime/base/ |
| D | type_static_if.h | 23 typedef A type; typedef
|
| /art/compiler/utils/ |
| D | test_dex_file_builder.h | 50 void AddField(const std::string& class_descriptor, const std::string& type, in AddField() 237 uint32_t GetStringIdx(const std::string& type) { in GetStringIdx() 243 uint32_t GetTypeIdx(const std::string& type) { in GetTypeIdx() 249 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() 274 const std::string type; member
|
| /art/runtime/mirror/ |
| D | field-inl.h | 35 Handle<mirror::Class> type = hs.NewHandle(field->GetType<true>()); in CreateFromArtField() local
|