Lines Matching refs:GetScopedAllocator
3891 new (codegen_->GetScopedAllocator()) DivRemMinusOneSlowPathX86_64( in GenerateDivRemIntegral()
4295 new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathX86_64(instruction); in VisitDivZeroCheck()
5076 SlowPathCode* slow_path = new (GetScopedAllocator()) NullCheckSlowPathX86_64(instruction); in GenerateExplicitNullCheck()
5339 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathX86_64(instruction); in VisitArraySet()
5524 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathX86_64(instruction); in VisitBoundsCheck()
5662 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathX86_64(instruction, successor); in GenerateSuspendCheck()
6105 new (codegen_->GetScopedAllocator()) LoadClassSlowPathX86_64(cls, cls); in VisitLoadClass()
6153 new (codegen_->GetScopedAllocator()) LoadClassSlowPathX86_64(check->GetLoadClass(), check); in VisitClinitCheck()
6233 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) LoadStringSlowPathX86_64(load); in VisitLoadString()
6544 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86_64( in VisitInstanceOf()
6576 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86_64( in VisitInstanceOf()
6666 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86_64( in VisitCheckCast()
7146 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateGcRootFieldLoad()
7278 slow_path = new (GetScopedAllocator()) ReadBarrierMarkAndUpdateFieldSlowPathX86_64( in GenerateReferenceLoadWithBakerReadBarrier()
7281 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateReferenceLoadWithBakerReadBarrier()
7314 SlowPathCode* slow_path = new (GetScopedAllocator()) in GenerateReadBarrierSlow()
7350 new (GetScopedAllocator()) ReadBarrierForRootSlowPathX86_64(instruction, out, root); in GenerateReadBarrierForRootSlow()