diff options
| author | 2025-02-28 20:00:48 -0800 | |
|---|---|---|
| committer | 2025-02-28 20:00:48 -0800 | |
| commit | 69afbfef48b6ec50fcdc15bbe2b42ba15bc1d6d6 (patch) | |
| tree | 8067fabac21ff7d99693cb7ef7e66a26c2317c38 /compiler/optimizing/code_generator.cc | |
| parent | aa82ffa0068f009ad565e613b1abb216044b1502 (diff) | |
| parent | 9903bb581aef568c7fb912fcb4f776f65f71f251 (diff) | |
Snap for 13143403 from 9903bb581aef568c7fb912fcb4f776f65f71f251 to 25Q2-release
Change-Id: I044fff03df6bc96888601f645503d6c830eda06c
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
| -rw-r--r-- | compiler/optimizing/code_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc index 5c2e4dbc51..d63b0abcc7 100644 --- a/compiler/optimizing/code_generator.cc +++ b/compiler/optimizing/code_generator.cc @@ -645,7 +645,7 @@ void CodeGenerator::CreateUnresolvedFieldLocationSummary( bool is_get = field_access->IsUnresolvedInstanceFieldGet() || field_access->IsUnresolvedStaticFieldGet(); - ArenaAllocator* allocator = field_access->GetBlock()->GetGraph()->GetAllocator(); + ArenaAllocator* allocator = GetGraph()->GetAllocator(); LocationSummary* locations = new (allocator) LocationSummary(field_access, LocationSummary::kCallOnMainOnly); |