Lines Matching refs:new_array
593 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc( in ProcessAnnotationValue() local
596 if (new_array == nullptr) { in ProcessAnnotationValue()
611 new_array->AsObjectArray<mirror::Object>()-> in ProcessAnnotationValue()
616 new_array->AsByteArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
620 new_array->AsShortArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
624 new_array->AsCharArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
628 new_array->AsIntArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
632 new_array->AsLongArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
636 new_array->AsFloatArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
640 new_array->AsDoubleArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
644 new_array->AsBooleanArray()->SetWithoutChecks<kTransactionActive>( in ProcessAnnotationValue()
653 element_object = new_array.Get(); in ProcessAnnotationValue()