diff options
Diffstat (limited to 'compiler/dex/mir_annotations.h')
| -rw-r--r-- | compiler/dex/mir_annotations.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/dex/mir_annotations.h b/compiler/dex/mir_annotations.h index 85761de590..cb7b589fa0 100644 --- a/compiler/dex/mir_annotations.h +++ b/compiler/dex/mir_annotations.h @@ -108,6 +108,8 @@ class IFieldAnnotation { uint16_t declaring_class_idx_; // The field index in the dex file that defines field, 0 if unresolved. uint16_t declaring_field_idx_; + + friend class LocalValueNumberingTest; }; class SFieldAnnotation { @@ -208,6 +210,8 @@ class SFieldAnnotation { uint16_t declaring_class_idx_; // The field index in the dex file that defines field, 0 if unresolved. uint16_t declaring_field_idx_; + + friend class LocalValueNumberingTest; }; } // namespace art |