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.cc322 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local
581 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local
590 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local
594 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local
820 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local
938 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic() local
Dcode_generator_arm64.cc591 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local
2664 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
/art/runtime/
Dreference_table_test.cc48 StackHandleScope<3> scope(self); in CreateWeakReference() local
Dcommon_throws.cc393 void ThrowNoSuchFieldError(const StringPiece& scope, ObjPtr<mirror::Class> c, in ThrowNoSuchFieldError()
Dthread.cc1952 StackHandleScope<1> scope(Thread::Current()); in DumpJavaStack() local
/art/oatdump/
Doatdump.cc3065 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local
3164 StackHandleScope<1> scope(self); in Dump() local
3244 StackHandleScope<1> scope(self); in DumpImtStats() local
3387 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local
/art/runtime/gc/
Dheap.cc1816 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances()
1832 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2204 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()