Lines Matching refs:GetScopedAllocator
4788 new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathARMVIXL(instruction); in VisitDivZeroCheck()
6004 new (GetScopedAllocator()) NullCheckSlowPathARMVIXL(instruction); in GenerateExplicitNullCheck()
6486 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathARMVIXL(instruction); in VisitArraySet()
6741 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
6752 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
6758 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
6841 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathARMVIXL(instruction, successor); in GenerateSuspendCheck()
7256 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARMVIXL(cls, cls); in VisitLoadClass()
7304 new (codegen_->GetScopedAllocator()) LoadClassSlowPathARMVIXL(check->GetLoadClass(), check); in VisitClinitCheck()
7455 new (codegen_->GetScopedAllocator()) LoadStringSlowPathARMVIXL(load); in VisitLoadString()
7805 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARMVIXL( in VisitInstanceOf()
7834 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARMVIXL( in VisitInstanceOf()
7912 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathARMVIXL( in VisitCheckCast()
8812 SlowPathCodeARMVIXL* slow_path = new (GetScopedAllocator()) in GenerateReadBarrierSlow()
8848 new (GetScopedAllocator()) ReadBarrierForRootSlowPathARMVIXL(instruction, out, root); in GenerateReadBarrierForRootSlow()