Searched refs:Type (Results 1 - 25 of 120) sorted by relevance

12345

/art/runtime/
H A Druntime_options.cc32 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap::Name {__VA_ARGS__}; // NOLINT [readability/braces] [4]
H A Druntime_options.h46 #define DECLARE_KEY(Type, Name) static const Key<Type> Name
76 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> Name;
H A Dprimitive.cc34 const char* Primitive::PrettyDescriptor(Primitive::Type type) {
39 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) {
44 os << "Type[" << int_type << "]";
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);
141 static bool IsFloatingPointType(Type type) {
145 static bool IsIntegralType(Type type) {
161 static bool IsIntOrLongType(Type type) {
165 static bool Is64BitType(Type typ
[all...]
H A Dreflection.h35 mirror::Object* BoxPrimitive(Primitive::Type src_class, const JValue& value)
44 Primitive::Type src_class, Primitive::Type dst_class,
H A Dreflection-inl.h32 Primitive::Type srcType, Primitive::Type dstType,
H A Dart_field.cc41 Primitive::Type type = GetTypeAsPrimitiveType();
/art/compiler/
H A Dcompiled_method.h167 // values of 'enum class art::LinkerPatch::Type'
169 // choose to squeeze the Type into fewer than 8 bits, we'll have to declare
171 enum class Type : uint8_t { class in class:art::LinkerPatch
183 return LinkerPatch(literal_offset, Type::kRecordPosition, /* target_dex_file */ nullptr);
189 LinkerPatch patch(literal_offset, Type::kMethod, target_dex_file);
197 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file);
205 LinkerPatch patch(literal_offset, Type::kCallRelative, target_dex_file);
213 LinkerPatch patch(literal_offset, Type::kType, target_dex_file);
221 LinkerPatch patch(literal_offset, Type::kString, target_dex_file);
230 LinkerPatch patch(literal_offset, Type
[all...]
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsPoolIndex.java29 Type, enum constant in enum:ContainsPoolIndex.PoolIndexKind
H A DFormat21c.java73 return PoolIndexKind.Type;
H A DFormat22c.java68 return PoolIndexKind.Type;
/art/compiler/optimizing/
H A Dinduction_var_analysis.h101 Primitive::Type t)
113 Primitive::Type type; // precision of induction
134 Primitive::Type type) {
142 Primitive::Type type) {
159 InductionInfo* TransferShl(InductionInfo* a, InductionInfo* b, Primitive::Type type);
161 InductionInfo* TransferCnv(InductionInfo* a, Primitive::Type from, Primitive::Type to);
182 Primitive::Type type,
189 Primitive::Type type,
194 Primitive::Type typ
[all...]
H A Dinstruction_builder.h40 Primitive::Type return_type,
89 HInstruction* LoadLocal(uint32_t register_index, Primitive::Type type) const;
108 void Unop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
111 void Binop_23x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
114 void Binop_23x_shift(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
117 Primitive::Type type,
122 void Binop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
125 void Binop_12x_shift(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
137 Primitive::Type input_type,
138 Primitive::Type result_typ
[all...]
H A Dssa_builder.h65 HInstruction* GetFloatOrDoubleEquivalent(HInstruction* instruction, Primitive::Type type);
69 Primitive::Type type = aget->GetType();
77 Primitive::Type type = aset->GetValue()->GetType();
112 HPhi* GetFloatDoubleOrReferenceEquivalentOfPhi(HPhi* phi, Primitive::Type type);
H A Dcode_generator_mips64.h80 Location GetNextLocation(Primitive::Type type) OVERRIDE;
81 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
99 Location GetReturnLocation(Primitive::Type return_type);
115 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
118 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
125 Location GetFpuLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
246 Primitive::Type type,
314 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
321 void SwapLocations(Location loc1, Location loc2, Primitive::Type type);
336 bool NeedsTwoRegisters(Primitive::Type typ
[all...]
H A Dnodes_arm64.cc39 Primitive::Type result_type = instruction->AsTypeConversion()->GetResultType();
40 Primitive::Type input_type = instruction->AsTypeConversion()->GetInputType();
H A Dcode_generator_mips.h80 Location GetNextLocation(Primitive::Type type) OVERRIDE;
81 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
99 Location GetReturnLocation(Primitive::Type return_type);
115 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
120 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
125 Location GetFpuLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
238 Primitive::Type type,
322 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
342 bool NeedsTwoRegisters(Primitive::Type type) const {
361 Primitive::Type typ
[all...]
H A Dcode_generator_arm64.h66 Location ARM64ReturnLocation(Primitive::Type return_type);
122 Location GetReturnLocation(Primitive::Type return_type);
137 Location GetReturnLocation(Primitive::Type return_type) const {
151 Location GetNextLocation(Primitive::Type type) OVERRIDE;
152 Location GetReturnLocation(Primitive::Type return_type) const OVERRIDE {
173 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
176 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
183 Location GetFpuLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
430 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
433 void Load(Primitive::Type typ
[all...]
H A Dssa_builder.cc124 Primitive::Type common_type = phi->GetType();
134 Primitive::Type input_type = HPhi::ToPhiType(input->GetType());
166 Primitive::Type common_type = phi->GetType();
218 Primitive::Type original_type = phi->GetType();
280 Primitive::Type type = aget->GetType();
293 Primitive::Type type = aget->GetType();
306 static Primitive::Type GetPrimitiveArrayComponentType(HInstruction* array)
335 Primitive::Type array_type = GetPrimitiveArrayComponentType(array);
375 Primitive::Type value_type = value->GetType();
376 Primitive::Type array_typ
[all...]
H A Dnodes_shared.h24 HMultiplyAccumulate(Primitive::Type type,
58 HBitwiseNegatedRight(Primitive::Type result_type,
/art/test/501-regression-packed-switch/src/
H A DMain.java18 import java.lang.reflect.Type;
/art/test/504-regression-baseline-entry/src/
H A DMain.java18 import java.lang.reflect.Type;
/art/test/052-verifier-fun/src/
H A DMain.java17 import java.lang.reflect.Type;
99 private Type[] typeTest() {
103 return (Type[])null;
/art/test/523-checker-can-throw-regression/src/
H A DMain.java18 import java.lang.reflect.Type;
/art/test/046-reflect/src/
H A DMain.java515 Type listType = field.getGenericType();
525 Type[] parmTypes = method.getGenericParameterTypes();
526 Type ret = method.getGenericReturnType();
542 * Convert an array of Type into a string. Start with an array count.
544 private static String stringifyTypeArray(Type[] types) {
550 for (Type t: types) {
612 List<Type> types1 = Arrays.asList(method1.getGenericParameterTypes());
613 List<Type> types2 = Arrays.asList(method2.getGenericParameterTypes());
614 List<Type> types3 = Arrays.asList(method3.getGenericParameterTypes());
616 Type type
[all...]

Completed in 406 milliseconds

12345