Searched defs:scope (Results 1 – 12 of 12) sorted by relevance
/art/tools/checker/match/ |
D | file.py | 159 def findMatchingLine(statement, c1Pass, scope, variables, excludeLines=[]): argument 197 def handleDagQueue(self, scope): argument 226 def handleNotQueue(self, scope): argument
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 331 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local 571 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local 580 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local 584 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local 828 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local 953 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic() local
|
D | code_generator_vector_arm64_sve.cc | 1516 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation() 1522 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
|
D | code_generator_vector_arm64_neon.cc | 1516 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation() 1522 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
|
D | code_generator_arm64.cc | 587 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local 2430 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
|
/art/tools/art_verifier/ |
D | art_verifier.cc | 217 StackHandleScope<2> scope(soa.Self()); in ExecuteWithRuntime() local
|
/art/runtime/ |
D | reference_table_test.cc | 50 StackHandleScope<3> scope(self); in CreateWeakReference() local
|
D | common_throws.cc | 391 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError()
|
D | thread.h | 924 void PushReflectiveHandleScope(BaseReflectiveHandleScope* scope) { in PushReflectiveHandleScope()
|
/art/oatdump/ |
D | oatdump.cc | 2879 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local 2982 StackHandleScope<1> scope(self); in Dump() local 3064 StackHandleScope<1> scope(self); in DumpImtStats() local 3208 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local
|
/art/runtime/gc/ |
D | heap.cc | 1987 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances() 2003 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2013 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()
|