Searched refs:to_types (Results 1 – 4 of 4) sorted by relevance
41 const std::vector<Primitive::Type> to_types = {}; in TEST() local42 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimNot, to_types); in TEST()46 const std::vector<Primitive::Type> to_types = {}; in TEST() local47 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimBoolean, to_types); in TEST()51 const std::vector<Primitive::Type> to_types = { in TEST() local59 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimByte, to_types); in TEST()63 const std::vector<Primitive::Type> to_types = { in TEST() local70 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimChar, to_types); in TEST()74 const std::vector<Primitive::Type> to_types = { in TEST() local81 CheckPrimitiveTypeWidensTo(Primitive::Type::kPrimShort, to_types); in TEST()[all …]
157 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs() local160 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() local215 if (to_types->GetLength() != num_method_params) { in WriteToShadowFrame()
175 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()
345 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame() local348 if (to_types->GetLength() != num_method_params) { in ConvertAndCopyArgumentsFromCallerFrame()