Lines Matching refs:GetScopedAllocator

4097         new (codegen_->GetScopedAllocator()) DivRemMinusOneSlowPathX86_64(  in GenerateDivRemIntegral()
4501 new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathX86_64(instruction); in VisitDivZeroCheck()
5326 SlowPathCode* slow_path = new (GetScopedAllocator()) NullCheckSlowPathX86_64(instruction); in GenerateExplicitNullCheck()
5589 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathX86_64(instruction); in VisitArraySet()
5774 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathX86_64(instruction); in VisitBoundsCheck()
5912 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathX86_64(instruction, successor); in GenerateSuspendCheck()
6365 new (codegen_->GetScopedAllocator()) LoadClassSlowPathX86_64(cls, cls); in VisitLoadClass()
6413 new (codegen_->GetScopedAllocator()) LoadClassSlowPathX86_64(check->GetLoadClass(), check); in VisitClinitCheck()
6495 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) LoadStringSlowPathX86_64(load); in VisitLoadString()
6806 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86_64( in VisitInstanceOf()
6838 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86_64( in VisitInstanceOf()
6928 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86_64( in VisitCheckCast()
7408 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateGcRootFieldLoad()
7540 slow_path = new (GetScopedAllocator()) ReadBarrierMarkAndUpdateFieldSlowPathX86_64( in GenerateReferenceLoadWithBakerReadBarrier()
7543 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathX86_64( in GenerateReferenceLoadWithBakerReadBarrier()
7576 SlowPathCode* slow_path = new (GetScopedAllocator()) in GenerateReadBarrierSlow()
7612 new (GetScopedAllocator()) ReadBarrierForRootSlowPathX86_64(instruction, out, root); in GenerateReadBarrierForRootSlow()