Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/art/compiler/optimizing/
Ddata_type.h50 static constexpr size_t SizeShift(Type type) { in SizeShift()
76 static constexpr size_t Size(Type type) { in Size()
103 static bool IsFloatingPointType(Type type) { in IsFloatingPointType()
107 static bool IsIntegralType(Type type) { in IsIntegralType()
126 static bool IsIntOrLongType(Type type) { in IsIntOrLongType()
130 static bool Is64BitType(Type type) { in Is64BitType()
134 static bool IsUnsignedType(Type type) { in IsUnsignedType()
140 static Type Kind(Type type) { in Kind()
158 static int64_t MinValueOfIntegralType(Type type) { in MinValueOfIntegralType()
184 static int64_t MaxValueOfIntegralType(Type type) { in MaxValueOfIntegralType()
[all …]
Ddata_type-inl.h26 constexpr DataType::Type DataTypeFromPrimitive(Primitive::Type type) { in DataTypeFromPrimitive()
43 constexpr DataType::Type DataType::FromShorty(char type) { in FromShorty()
47 constexpr char DataType::TypeId(DataType::Type type) { in TypeId()
Dcommon_arm.h70 inline vixl::aarch32::Register RegisterFrom(Location location, DataType::Type type) { in RegisterFrom()
88 DataType::Type type = instr->GetType(); in OutputSRegister() local
94 DataType::Type type = instr->GetType(); in OutputDRegister() local
100 DataType::Type type = instr->GetType(); in OutputVRegister() local
109 DataType::Type type = instr->InputAt(input_index)->GetType(); in InputSRegisterAt() local
115 DataType::Type type = instr->InputAt(input_index)->GetType(); in InputDRegisterAt() local
121 DataType::Type type = instr->InputAt(input_index)->GetType(); in InputVRegisterAt() local
190 inline vixl::aarch32::Operand OperandFrom(Location location, DataType::Type type) { in OperandFrom()
Ddata_type.cc37 const char* DataType::PrettyDescriptor(Type type) { in PrettyDescriptor()
45 std::ostream& operator<<(std::ostream& os, DataType::Type type) { in operator <<()
Dinstruction_simplifier_x86_shared.cc22 DataType::Type type = instruction->GetType(); in TryCombineAndNot() local
58 DataType::Type type = instruction->GetType(); in TryGenerateResetLeastSetBit() local
91 DataType::Type type = instruction->GetType(); in TryGenerateMaskUptoLeastSetBit() local
Dconstant_folding.cc220 DataType::Type type = instruction->GetType(); in VisitAnd() local
273 DataType::Type type = instruction->GetType(); in VisitMul() local
306 DataType::Type type = instruction->GetType(); in VisitRem() local
350 DataType::Type type = instruction->GetType(); in VisitSub() local
384 DataType::Type type = instruction->GetType(); in VisitXor() local
Dload_store_analysis.h99 DataType::Type type, in HeapLocation()
263 DataType::Type type = instruction->GetType(); in GetArrayHeapLocation() local
306 DataType::Type type, in FindHeapLocationIndex()
455 DataType::Type type, in GetOrCreateHeapLocation()
477 DataType::Type type = field_info.GetFieldType(); in VisitFieldAccess() local
490 DataType::Type type, in VisitArrayAccess()
547 DataType::Type type = instruction->GetType(); in VisitArrayGet() local
555 DataType::Type type = instruction->GetComponentType(); in VisitArraySet() local
563 DataType::Type type = instruction->GetPackedType(); in VisitVecLoad() local
571 DataType::Type type = instruction->GetPackedType(); in VisitVecStore() local
Dscheduler_arm.cc133 DataType::Type type = instr->GetResultType(); in HandleShiftLatencies() local
304 const DataType::Type type = condition->GetLeft()->GetType(); in HandleGenerateTest() local
429 const DataType::Type type = cond->GetLeft()->GetType(); in HandleGenerateConditionIntegralOrNonPrimitive() local
487 const DataType::Type type = cond->GetLeft()->GetType(); in HandleCondition() local
516 DataType::Type type = instr->InputAt(0)->GetType(); in VisitCompare() local
630 DataType::Type type = instruction->GetType(); in VisitArrayGet() local
831 DataType::Type type = instruction->GetResultType(); in VisitDiv() local
894 DataType::Type type = instruction->GetResultType(); in VisitRem() local
Dssa_builder.h72 DataType::Type type = aget->GetType(); in MaybeAddAmbiguousArrayGet() local
80 DataType::Type type = aset->GetValue()->GetType(); in MaybeAddAmbiguousArraySet() local
/art/runtime/arch/x86/
Dcallee_save_frame_x86.h51 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
58 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
64 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
71 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
76 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
83 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
89 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/art/runtime/arch/x86_64/
Dcallee_save_frame_x86_64.h61 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
68 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
75 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
82 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
87 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
94 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
100 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/art/runtime/arch/arm64/
Dcallee_save_frame_arm64.h84 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
92 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
100 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
107 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
112 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
119 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
125 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/art/runtime/arch/arm/
Dcallee_save_frame_arm.h61 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
69 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
77 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
84 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
89 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
96 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
102 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/art/libdexfile/dex/
Dprimitive.h53 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()
Dprimitive.cc49 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/runtime/
Dart_field-inl.h133 #define FIELD_GET(object, type) \ argument
142 #define FIELD_SET(object, type, value) \ argument
160 Primitive::Type type = GetTypeAsPrimitiveType(); in SetBoolean() local
185 Primitive::Type type = GetTypeAsPrimitiveType(); in SetChar() local
208 Primitive::Type type = GetTypeAsPrimitiveType(); in GetInt() local
219 Primitive::Type type = GetTypeAsPrimitiveType(); in SetInt() local
229 Primitive::Type type = GetTypeAsPrimitiveType(); in GetLong() local
240 Primitive::Type type = GetTypeAsPrimitiveType(); in SetLong() local
325 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->LookupResolvedType( in LookupResolvedType() local
335 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->ResolveType( in ResolveType() local
[all …]
Druntime-inl.h81 inline ArtMethod* Runtime::GetCalleeSaveMethod(CalleeSaveType type) in GetCalleeSaveMethod()
87 inline ArtMethod* Runtime::GetCalleeSaveMethodUnchecked(CalleeSaveType type) in GetCalleeSaveMethodUnchecked()
Dclass_linker-inl.h179 ObjPtr<mirror::Class> type = in LookupResolvedType() local
191 ObjPtr<mirror::Class> type = in LookupResolvedType() local
203 ObjPtr<mirror::Class> type = in LookupResolvedType() local
215 ObjPtr<mirror::Class> type = dex_cache->GetResolvedType(type_idx); in LookupResolvedType() local
224 InvokeType type, in CheckInvokeClassMismatch()
273 InvokeType type, in CheckInvokeClassMismatch()
347 InvokeType type) { in ResolveMethod()
Dentrypoints_order_test.cc42 #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/tools/ahat/src/main/com/android/ahat/heapdump/
DField.java31 public final Type type; field in Field
39 public Field(String name, Type type) { in Field()
DFieldValue.java31 public final Type type; field in FieldValue
45 public FieldValue(String name, Type type, Value value) { in FieldValue()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc42 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, CalleeSaveType type) in CreateCalleeSaveMethod()
57 static void CheckPCOffset(InstructionSet isa, CalleeSaveType type, size_t pc_offset) in CheckPCOffset()
/art/runtime/gc/
Dscoped_gc_critical_section.cc27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter()
64 CollectorType type) : self_(self) { in ScopedInterruptibleGCCriticalSection()
/art/test/964-default-iface-init-gen/src/
DDisplayer.java18 public Displayer(String type) { in Displayer()
/art/libartbase/base/
Dstl_util_identity.h36 using type = T; member

12345678910>>...12