Searched defs:scope (Results 1 – 10 of 10) sorted by relevance
/art/tools/checker/match/ |
D | file.py | 46 def findMatchingLine(assertion, c1Pass, scope, variables, excludeLines=[]): argument 64 def matchDagGroup(assertions, c1Pass, scope, variables): argument 85 def testNotGroup(assertions, c1Pass, scope, variables): argument 98 def testEvalGroup(assertions, scope, variables): argument
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 332 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local 615 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local 624 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local 628 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local 876 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local 996 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic() local
|
D | code_generator_arm64.cc | 585 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local 2282 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.cc | 2141 StackHandleScope<1> scope(Thread::Current()); in DumpJavaStack() local
|
/art/oatdump/ |
D | oatdump.cc | 2856 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local 2953 StackHandleScope<1> scope(self); in Dump() local 3032 StackHandleScope<1> scope(self); in DumpImtStats() local 3176 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local
|
/art/runtime/gc/ |
D | heap.cc | 1965 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances() 1981 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2203 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()
|