Lines Matching refs:GetScopedAllocator
1911 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathARM64(instruction, successor); in GenerateSuspendCheck()
2740 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathARM64(instruction); in VisitArraySet()
2874 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()
2892 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()
2913 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARM64(check->GetLoadClass(), check); in VisitClinitCheck()
3434 new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathARM64(instruction); in VisitDivZeroCheck()
4036 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARM64( in VisitInstanceOf()
4068 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARM64( in VisitInstanceOf()
4153 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARM64( in VisitCheckCast()
5370 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARM64(cls, cls); in VisitLoadClass()
5515 new (codegen_->GetScopedAllocator()) LoadStringSlowPathARM64(load); in VisitLoadString()
5737 SlowPathCodeARM64* slow_path = new (GetScopedAllocator()) NullCheckSlowPathARM64(instruction); in GenerateExplicitNullCheck()
6753 SlowPathCodeARM64* slow_path = new (GetScopedAllocator()) in AddReadBarrierSlowPath()
6812 new (GetScopedAllocator()) ReadBarrierForRootSlowPathARM64(instruction, out, root); in GenerateReadBarrierForRootSlow()