Lines Matching refs:result_style
419 DexFile::AnnotationResultStyle result_style) in ProcessAnnotationValue() argument
472 if (result_style == DexFile::kAllRaw) { in ProcessAnnotationValue()
487 if (result_style == DexFile::kAllRaw) { in ProcessAnnotationValue()
499 if (result_style == DexFile::kAllObjects) { in ProcessAnnotationValue()
513 if (result_style == DexFile::kAllRaw) { in ProcessAnnotationValue()
552 if (result_style == DexFile::kAllRaw) { in ProcessAnnotationValue()
580 if (result_style == DexFile::kAllRaw) { in ProcessAnnotationValue()
601 if (result_style == DexFile::kAllRaw || array_class == nullptr) { in ProcessAnnotationValue()
674 if (result_style == DexFile::kAllRaw) { in ProcessAnnotationValue()
685 if (result_style == DexFile::kAllRaw) { in ProcessAnnotationValue()
701 if (result_style == DexFile::kAllObjects && primitive_type != Primitive::kPrimVoid) { in ProcessAnnotationValue()