Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dfile.py159 def findMatchingLine(statement, c1Pass, scope, variables, excludeLines=[]): argument
197 def handleDagQueue(self, scope): argument
226 def handleNotQueue(self, scope): argument
/art/compiler/optimizing/
Doptimizing_compiler.cc331 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
Dcode_generator_vector_arm64_sve.cc1516 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation()
1522 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
Dcode_generator_vector_arm64_neon.cc1516 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation()
1522 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation()
Dcode_generator_arm64.cc587 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local
2430 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
/art/tools/art_verifier/
Dart_verifier.cc217 StackHandleScope<2> scope(soa.Self()); in ExecuteWithRuntime() local
/art/runtime/
Dreference_table_test.cc50 StackHandleScope<3> scope(self); in CreateWeakReference() local
Dcommon_throws.cc391 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError()
Dthread.h924 void PushReflectiveHandleScope(BaseReflectiveHandleScope* scope) { in PushReflectiveHandleScope()
/art/oatdump/
Doatdump.cc2879 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/
Dheap.cc1987 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances()
2003 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2013 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()