Home
last modified time | relevance | path

Searched refs:to_types (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Dprimitive_test.cc41 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/mirror/
Demulated_stack_frame.cc157 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs() local
160 if (to_types->GetLength() != num_method_params) { in CreateFromShadowFrameAndArgs()
170 CalculateFrameAndReferencesSize(to_types.Get(), r_type.Get(), &frame_size, &refs_size); in CreateFromShadowFrameAndArgs()
212 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in WriteToShadowFrame() local
215 if (to_types->GetLength() != num_method_params) { in WriteToShadowFrame()
/art/runtime/
Dmethod_handles-inl.h175 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in PerformConversions()
179 ObjPtr<mirror::Class> to(to_types->GetWithoutChecks(i - start_index)); in PerformConversions()
Dmethod_handles.cc345 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame() local
348 if (to_types->GetLength() != num_method_params) { in ConvertAndCopyArgumentsFromCallerFrame()