Lines Matching refs:GetScopedAllocator

5006       new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathARMVIXL(instruction);  in VisitDivZeroCheck()
6265 new (GetScopedAllocator()) NullCheckSlowPathARMVIXL(instruction); in GenerateExplicitNullCheck()
6747 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathARMVIXL(instruction); in VisitArraySet()
7002 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
7013 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
7019 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
7102 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathARMVIXL(instruction, successor); in GenerateSuspendCheck()
7524 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARMVIXL(cls, cls); in VisitLoadClass()
7572 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARMVIXL(check->GetLoadClass(), check); in VisitClinitCheck()
7723 new (codegen_->GetScopedAllocator()) LoadStringSlowPathARMVIXL(load); in VisitLoadString()
8073 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARMVIXL( in VisitInstanceOf()
8102 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARMVIXL( in VisitInstanceOf()
8180 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARMVIXL( in VisitCheckCast()
9073 SlowPathCodeARMVIXL* slow_path = new (GetScopedAllocator()) in AddReadBarrierSlowPath()
9133 new (GetScopedAllocator()) ReadBarrierForRootSlowPathARMVIXL(instruction, out, root); in GenerateReadBarrierForRootSlow()