Searched defs:array_type (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dtransaction.cc386 void Transaction::ArrayLog::UndoArrayWrite(mirror::Array* array, Primitive::Type array_type, argument
390 switch (array_type) {
419 LOG(FATAL) << "Unsupported type " << array_type;
/art/runtime/verifier/
H A Dmethod_verifier.cc1876 RegType& array_type = work_line_->GetRegisterType(inst->VRegA_31t()); local
1877 /* array_type can be null if the reg type is Zero */
1878 if (!array_type.IsZero()) {
1879 if (!array_type.IsArrayTypes()) {
1881 << array_type;
1883 RegType& component_type = reg_types_.GetComponentType(array_type,
3470 RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); local
3471 if (array_type.IsZero()) {
3482 } else if (!array_type.IsArrayTypes()) {
3483 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "not array type " << array_type << " wit
3570 RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); local
[all...]

Completed in 112 milliseconds