diff options
| author | 2016-10-14 16:54:05 +0000 | |
|---|---|---|
| committer | 2016-10-14 16:54:05 +0000 | |
| commit | cfdff144f154df876987fefb340058a975c43381 (patch) | |
| tree | b411423c3a252315fba531d80d4ddbb0780c80c1 /compiler/driver/compiler_driver-inl.h | |
| parent | 4aed412037e6e7bad2cf589645449df960b88200 (diff) | |
| parent | 1a5337fff2cc6cb9d563c8b32aca75f485d23373 (diff) | |
Merge "Move mirror::ObjectArray to ObjPtr"
Diffstat (limited to 'compiler/driver/compiler_driver-inl.h')
| -rw-r--r-- | compiler/driver/compiler_driver-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver-inl.h b/compiler/driver/compiler_driver-inl.h index d807fcad96..971151665a 100644 --- a/compiler/driver/compiler_driver-inl.h +++ b/compiler/driver/compiler_driver-inl.h @@ -98,7 +98,7 @@ inline std::pair<bool, bool> CompilerDriver::IsFastInstanceField( DCHECK(!resolved_field->IsStatic()); ObjPtr<mirror::Class> fields_class = resolved_field->GetDeclaringClass(); bool fast_get = referrer_class != nullptr && - referrer_class->CanAccessResolvedField(fields_class.Ptr(), + referrer_class->CanAccessResolvedField(fields_class, resolved_field, dex_cache, field_idx); |