Searched defs:scope (Results 1 – 9 of 9) 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 | 594 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local 721 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local 727 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local 731 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local 983 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local
|
D | code_generator_arm64.cc | 654 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local 2735 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
|
/art/runtime/ |
D | reference_table_test.cc | 45 StackHandleScope<3> scope(self); in CreateWeakReference() local
|
D | common_throws.cc | 370 void ThrowNoSuchFieldError(const StringPiece& scope, ObjPtr<mirror::Class> c, in ThrowNoSuchFieldError()
|
D | thread.cc | 1904 StackHandleScope<1> scope(Thread::Current()); in DumpJavaStack() local
|
/art/oatdump/ |
D | oatdump.cc | 2859 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local 2945 StackHandleScope<1> scope(self); in Dump() local 3024 StackHandleScope<1> scope(self); in DumpImtStats() local 3167 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local
|
/art/runtime/gc/ |
D | heap.cc | 1813 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances() 1828 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1996 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()
|