Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc307 ReferenceTypeInfo array_type = array->GetReferenceTypeInfo(); in GetPrimitiveArrayComponentType() local
337 DataType::Type array_type = GetPrimitiveArrayComponentType(array); in FixAmbiguousArrayOps() local
380 DataType::Type array_type = GetPrimitiveArrayComponentType(array); in FixAmbiguousArrayOps() local
/art/compiler/debug/
Delf_debug_info_writer.h559 size_t array_type = info_.StartTag(DW_TAG_array_type); in WriteTypeDeclaration() local
/art/runtime/
Dtransaction.cc630 Primitive::Type array_type, in UndoArrayWrite()
/art/runtime/verifier/
Dmethod_verifier.cc2526 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t()); in CodeFlowVerifyInstruction() local
4453 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAGet() local
4575 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegB_23x()); in VerifyAPut() local
/art/libdexfile/dex/
Ddex_file_verifier.cc1031 EncodedArrayValueIterator::ValueType array_type = array_it.GetValueType(); in CheckStaticFieldTypes() local
/art/runtime/interpreter/
Dunstarted_runtime_test.cc91 ObjPtr<mirror::Class> array_type = in UNSTARTED_RUNTIME_JNI_LIST() local
/art/dex2oat/linker/
Dimage_writer.cc2178 Bin array_type) { in FixupPointerArray()