Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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
/art/compiler/debug/
Delf_debug_info_writer.h540 size_t array_type = info_.StartTag(DW_TAG_array_type); in WriteTypeDeclaration() local
/art/runtime/interpreter/
Dinterpreter_common.cc762 ObjPtr<mirror::Class> array_type, in PackCollectorArrayForBootstrapMethod()
1044 ObjPtr<mirror::Class> array_type = call_site_type->GetPTypes()->Get(argument_index); in InvokeBootstrapMethod() local
Dunstarted_runtime_test.cc116 ObjPtr<mirror::Class> array_type = in CreateObjectArray() local
/art/runtime/
Dtransaction.cc664 Primitive::Type array_type, in UndoArrayWrite()
/art/libdexfile/dex/
Ddex_file_verifier.cc1149 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); in CheckStaticFieldTypes() local
/art/dex2oat/linker/
Dimage_writer.cc2927 Bin array_type) { in FixupPointerArray()