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.cc594 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
Dcode_generator_arm64.cc654 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local
2735 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.cc1904 StackHandleScope<1> scope(Thread::Current()); in DumpJavaStack() local
/art/oatdump/
Doatdump.cc2859 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/
Dheap.cc1813 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances()
1828 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1996 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()