Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 12 of 12) sorted by relevance

/art/tools/checker/match/
Dfile.py163 def find_matching_line(statement, c1_pass, scope, variables, exclude_lines=[]): argument
203 def handle_dag_queue(self, scope): argument
232 def handle_not_queue(self, scope): argument
/art/compiler/optimizing/
Doptimizing_compiler.cc310 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local
595 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local
604 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local
608 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local
909 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local
970 PassScope scope(WriteBarrierElimination::kWBEPassName, &pass_observer); in TryCompile() local
1082 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic() local
1105 PassScope scope(WriteBarrierElimination::kWBEPassName, &pass_observer); in TryCompileIntrinsic() local
Dcode_generator_vector_arm64_sve.cc1421 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation()
1426 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
Dcode_generator_vector_arm64_neon.cc1656 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation()
1662 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
Dcode_generator_arm64.cc596 ExactAssemblyScope scope(codegen->GetVIXLAssembler(), in EmitTable() local
2798 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
6907 ExactAssemblyScope scope(codegen_->GetVIXLAssembler(), in VisitPackedSwitch() local
/art/runtime/
Dfuzzer_corpus_test.cc119 art::StackHandleScope<4> scope(soa.Self()); in ClassVerification() local
197 ZipArchiveHandleScope scope(&handle); in TestFuzzerHelper() local
Dreference_table_test.cc57 StackHandleScope<3> scope(self); in CreateWeakReference() local
Dcommon_throws.cc400 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError()
Dthread.h1274 void PushReflectiveHandleScope(BaseReflectiveHandleScope* scope) { in PushReflectiveHandleScope()
/art/tools/fuzzer/
Dlibart_verify_classes_fuzzer.cc173 art::StackHandleScope<4> scope(soa.Self()); in LLVMFuzzerTestOneInput() local
/art/tools/art_verifier/
Dart_verifier.cc215 StackHandleScope<3> scope(soa.Self()); in ExecuteWithRuntime() local
/art/oatdump/
Doatdump.cc2646 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local
2725 StackHandleScope<1> scope(self); in Dump() local
2800 StackHandleScope<1> scope(self); in DumpImtStats() local
2945 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local