Searched refs:to_types (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | primitive_test.cc | 41 const std::vector<Primitive::Type> to_types = {}; in TEST() local 42 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimNot, to_types); in TEST() 46 const std::vector<Primitive::Type> to_types = {}; in TEST() local 47 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimBoolean, to_types); in TEST() 51 const std::vector<Primitive::Type> to_types = { in TEST() local 59 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimByte, to_types); in TEST() 63 const std::vector<Primitive::Type> to_types = { in TEST() local 70 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimChar, to_types); in TEST() 74 const std::vector<Primitive::Type> to_types = { in TEST() local 81 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimShort, to_types); in TEST() [all …]
|
/art/runtime/ |
D | method_handles-inl.h | 153 ToPTypes to_types, in PerformConversions() argument 156 DCHECK_EQ(from_types.GetLength(), to_types.GetLength()); in PerformConversions() 157 for (int32_t i = 0, length = to_types.GetLength(); i != length; ++i) { in PerformConversions() 159 ObjPtr<mirror::Class> to = to_types.Get(i); in PerformConversions()
|
D | var_handles.cc | 69 auto to_types = mirror::MethodType::NewHandlePTypes(accessor_type, &hs); in VarHandleInvokeAccessorWithConversions() local 76 if (!PerformConversions(throw_wmt, from_types, to_types, &getter, &setter)) { in VarHandleInvokeAccessorWithConversions()
|
D | method_handles.h | 131 ToPTypes to_types,
|