Home
last modified time | relevance | path

Searched defs:var_type (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dvar_handle_test.cc50 Handle<Class> var_type = hs.NewHandle(art_field->ResolveType()); in CreateFieldVarHandle() local
77 Handle<Class> var_type = hs.NewHandle(array_class->GetComponentType()); in CreateArrayElementVarHandle() local
96 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); in CreateByteArrayViewVarHandle() local
116 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); in CreateByteBufferViewVarHandle() local
138 Handle<Class> var_type, in InitializeVarHandle()
146 Handle<Class> var_type, in InitializeVarHandle()
155 Handle<Class> var_type, in InitializeVarHandle()
H A Dvar_handle.cc1337 ObjPtr<Class> var_type = vh->GetVarType(); in GetMethodTypeMatchForAccessMode() local
1425 ObjPtr<Class> var_type = GetVarType(); in PrettyDescriptorForAccessMode() local
/aosp12/art/test/712-varhandle-invocations/util-src/
H A Dgenerate_java.py99 def types_that_widen_to(var_type): argument
445 def get_return_type(self, var_type): argument
559 def build_template_dictionary(test_class, var_handle_kind, accessor, var_type): argument
581 def emit_accessor_test(var_handle_kind, accessor, var_type, output_path): argument
735 def emit_boxing_value_type_accessor_test(accessor, var_type, output_path): argument
796 def emit_boxing_return_value_type_test(accessor, var_type, output_path): argument
/aosp12/system/tools/aidl/
H A Dgenerate_java.cpp754 auto var_type = JavaSignatureOf(variable->GetType(), typenames); in generate_union() local
874 auto var_type = JavaSignatureOf(variable->GetType(), typenames); in generate_union() local
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp608 bool ShaderProgram::CheckValueCount(const std::string& var_type, in CheckValueCount()
624 bool ShaderProgram::CheckValueMult(const std::string& var_type, in CheckValueMult()