Lines Matching refs:GetScopedAllocator
1878 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathARM64(instruction, successor); in GenerateSuspendCheck()
2673 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathARM64(instruction); in VisitArraySet()
2807 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()
2825 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()
2846 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARM64(check->GetLoadClass(), check); in VisitClinitCheck()
3166 new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathARM64(instruction); in VisitDivZeroCheck()
3745 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARM64( in VisitInstanceOf()
3777 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARM64( in VisitInstanceOf()
3862 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARM64( in VisitCheckCast()
4895 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARM64(cls, cls); in VisitLoadClass()
5040 new (codegen_->GetScopedAllocator()) LoadStringSlowPathARM64(load); in VisitLoadString()
5262 SlowPathCodeARM64* slow_path = new (GetScopedAllocator()) NullCheckSlowPathARM64(instruction); in GenerateExplicitNullCheck()
6282 SlowPathCodeARM64* slow_path = new (GetScopedAllocator()) in GenerateReadBarrierSlow()
6318 new (GetScopedAllocator()) ReadBarrierForRootSlowPathARM64(instruction, out, root); in GenerateReadBarrierForRootSlow()