Searched defs:scope (Results 1 – 10 of 10) sorted by relevance
| /art/tools/checker/match/ |
| D | file.py | 163 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/ |
| D | optimizing_compiler.cc | 331 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local 585 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local 594 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local 598 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local 853 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local 905 PassScope scope(WriteBarrierElimination::kWBEPassName, &pass_observer); in TryCompile() local 978 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic() local 1001 PassScope scope(WriteBarrierElimination::kWBEPassName, &pass_observer); in TryCompileIntrinsic() local
|
| D | code_generator_vector_arm64_sve.cc | 1284 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation() 1289 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
|
| D | code_generator_vector_arm64_neon.cc | 1547 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation() 1553 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
|
| D | code_generator_arm64.cc | 553 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local 2628 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
|
| /art/tools/art_verifier/ |
| D | art_verifier.cc | 215 StackHandleScope<3> scope(soa.Self()); in ExecuteWithRuntime() local
|
| /art/runtime/ |
| D | reference_table_test.cc | 55 StackHandleScope<3> scope(self); in CreateWeakReference() local
|
| D | common_throws.cc | 388 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError()
|
| D | thread.h | 1065 void PushReflectiveHandleScope(BaseReflectiveHandleScope* scope) { in PushReflectiveHandleScope()
|
| /art/oatdump/ |
| D | oatdump.cc | 2575 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local 2680 StackHandleScope<1> scope(self); in Dump() local 2763 StackHandleScope<1> scope(self); in DumpImtStats() local 2907 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local
|