Home
last modified time | relevance | path

Searched defs:to_types (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dprimitive_test.cc41 const std::vector<Primitive::Type> to_types = {}; in TEST() local
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
119 const std::vector<Primitive::Type> to_types = {}; in TEST() local
/art/runtime/mirror/
Demulated_stack_frame.cc157 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); in CreateFromShadowFrameAndArgs() local
212 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in WriteToShadowFrame() local
/art/runtime/
Dmethod_handles.cc345 ObjPtr<mirror::ObjectArray<mirror::Class>> to_types(callee_type->GetPTypes()); in ConvertAndCopyArgumentsFromCallerFrame() local