Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 10 of 10) 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.cc331 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local
582 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local
591 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local
595 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local
842 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local
965 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic() local
Dcode_generator_vector_arm64_sve.cc1287 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation()
1292 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
Dcode_generator_vector_arm64_neon.cc1547 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation()
1553 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
Dcode_generator_arm64.cc554 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local
2530 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
/art/tools/art_verifier/
Dart_verifier.cc217 StackHandleScope<3> scope(soa.Self()); in ExecuteWithRuntime() local
/art/runtime/
Dreference_table_test.cc50 StackHandleScope<3> scope(self); in CreateWeakReference() local
Dcommon_throws.cc377 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError()
Dthread.h1000 void PushReflectiveHandleScope(BaseReflectiveHandleScope* scope) { in PushReflectiveHandleScope()
/art/oatdump/
Doatdump.cc2572 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local
2677 StackHandleScope<1> scope(self); in Dump() local
2760 StackHandleScope<1> scope(self); in DumpImtStats() local
2904 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local