Home
last modified time | relevance | path

Searched defs:array_type (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/teeui/libteeui_jni/
H A Dlibteeui_jni.cpp32 using array_type = jintArray; typedef
43 using array_type = jbyteArray; typedef
54 using array_type = jstring; typedef
73 using array_type = typename JTypeTraits<T>::array_type; typedef in JArray
/aosp12/art/compiler/optimizing/
H A Dssa_builder.cc310 ReferenceTypeInfo array_type = array->GetReferenceTypeInfo(); in GetPrimitiveArrayComponentType() local
340 DataType::Type array_type = GetPrimitiveArrayComponentType(array); in FixAmbiguousArrayOps() local
383 DataType::Type array_type = GetPrimitiveArrayComponentType(array); in FixAmbiguousArrayOps() local
/aosp12/system/teeui/libteeui/include/teeui/
H A Dutils.h40 using array_type = T[elements]; variable
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dconfirmationui_utils.h80 using array_type = T[elements]; variable
/aosp12/art/compiler/debug/
H A Delf_debug_info_writer.h540 size_t array_type = info_.StartTag(DW_TAG_array_type); in WriteTypeDeclaration() local
/aosp12/system/tools/aidl/
H A Daidl_to_ndk.cpp366 AidlTypeSpecifier array_type = in GetTypeAspect() local
H A Daidl_const_expressions.cpp625 Type array_type = Type::ERROR; in evaluate() local
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc758 ObjPtr<mirror::Class> array_type, in PackCollectorArrayForBootstrapMethod()
1040 ObjPtr<mirror::Class> array_type = call_site_type->GetPTypes()->Get(argument_index); in InvokeBootstrapMethod() local
H A Dunstarted_runtime_test.cc111 ObjPtr<mirror::Class> array_type = in CreateObjectArray() local
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2596 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t()); in CodeFlowVerifyInstruction() local
4412 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAGet() local
4538 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAPut() local
/aosp12/art/runtime/
H A Dtransaction.cc665 Primitive::Type array_type, in UndoArrayWrite()
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc1145 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); in CheckStaticFieldTypes() local