Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A 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
51 const std::vector<Primitive::Type> to_types = { in TEST() local
63 const std::vector<Primitive::Type> to_types = { in TEST() local
74 const std::vector<Primitive::Type> to_types = { in TEST() local
85 const std::vector<Primitive::Type> to_types = { in TEST() local
95 const std::vector<Primitive::Type> to_types = { in TEST() local
104 const std::vector<Primitive::Type> to_types = { in TEST() local
112 const std::vector<Primitive::Type> to_types = { in TEST() local
[all …]
/aosp12/art/runtime/mirror/
H A 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()
/aosp12/art/runtime/
H A 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()
H A 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()