• Home
  • Raw
  • Download

Lines Matching refs:GetScopedAllocator

3765         SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) DivRemMinusOneSlowPathX86(  in GenerateDivRemIntegral()
4297 new (codegen_->GetScopedAllocator()) DivZeroCheckSlowPathX86(instruction); in VisitDivZeroCheck()
5737 SlowPathCode* slow_path = new (GetScopedAllocator()) NullCheckSlowPathX86(instruction); in GenerateExplicitNullCheck()
6016 slow_path = new (codegen_->GetScopedAllocator()) ArraySetSlowPathX86(instruction); in VisitArraySet()
6212 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathX86(instruction); in VisitBoundsCheck()
6314 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathX86(instruction, successor); in GenerateSuspendCheck()
6775 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) LoadClassSlowPathX86(cls, cls); in VisitLoadClass()
6825 new (codegen_->GetScopedAllocator()) LoadClassSlowPathX86(check->GetLoadClass(), check); in VisitClinitCheck()
6947 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) LoadStringSlowPathX86(load); in VisitLoadString()
7251 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86( in VisitInstanceOf()
7283 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86( in VisitInstanceOf()
7367 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathX86( in VisitCheckCast()
7875 SlowPathCode* slow_path = new (codegen_->GetScopedAllocator()) ReadBarrierMarkSlowPathX86( in GenerateGcRootFieldLoad()
8005 slow_path = new (GetScopedAllocator()) ReadBarrierMarkAndUpdateFieldSlowPathX86( in GenerateReferenceLoadWithBakerReadBarrier()
8008 slow_path = new (GetScopedAllocator()) ReadBarrierMarkSlowPathX86( in GenerateReferenceLoadWithBakerReadBarrier()
8041 SlowPathCode* slow_path = new (GetScopedAllocator()) in GenerateReadBarrierSlow()
8077 new (GetScopedAllocator()) ReadBarrierForRootSlowPathX86(instruction, out, root); in GenerateReadBarrierForRootSlow()