Lines Matching refs:allocator
1674 void SetAndCopyParentChain(ArenaAllocator* allocator, HEnvironment* parent) {
1676 parent_->SetAndCopyParentChain(allocator, parent);
1678 parent_ = new (allocator) HEnvironment(allocator, *parent, holder_);
1681 parent_->SetAndCopyParentChain(allocator, parent->GetParent());
1913 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena();
1914 environment_ = new (allocator) HEnvironment(allocator, *environment, this);
1917 environment_->SetAndCopyParentChain(allocator, environment->GetParent());
1924 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena();
1925 environment_ = new (allocator) HEnvironment(allocator, *environment, this);
1928 environment_->SetAndCopyParentChain(allocator, environment->GetParent());
3844 // Use the method's own ArtMethod* loaded by the register allocator.