Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dfile.py46 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/
Doptimizing_compiler.cc589 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local
719 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local
725 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local
729 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local
978 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local
Dcode_generator_arm64.cc651 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local
2683 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
/art/runtime/
Dreference_table_test.cc45 StackHandleScope<3> scope(self); in CreateWeakReference() local
Dcommon_throws.cc370 void ThrowNoSuchFieldError(const StringPiece& scope, ObjPtr<mirror::Class> c, in ThrowNoSuchFieldError()
Dthread.cc1830 StackHandleScope<1> scope(Thread::Current()); in DumpJavaStack() local
/art/oatdump/
Doatdump.cc2799 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local
2885 StackHandleScope<1> scope(self); in Dump() local
2964 StackHandleScope<1> scope(self); in DumpImtStats() local
3107 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local
/art/runtime/gc/
Dheap.cc1916 InstanceCollector(VariableSizedHandleScope& scope, in InstanceCollector()
1946 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances()
1956 ReferringObjectsFinder(VariableSizedHandleScope& scope, in ReferringObjectsFinder()
2001 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1925 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()