Lines Matching refs:PassScope
104 class PassScope;
239 friend PassScope;
244 class PassScope : public ValueObject { class
246 PassScope(const char *pass_name, PassObserver* pass_observer) in PassScope() function in art::PassScope
252 ~PassScope() { in ~PassScope()
322 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations()
581 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters()
590 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters()
594 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters()
820 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile()
938 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic()