Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 8 of 8) 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.cc394 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local
486 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local
492 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local
496 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local
738 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local
Dcode_generator_arm64.cc560 CodeBufferCheckScope scope(codegen->GetVIXLAssembler(), num_entries * sizeof(int32_t), in EmitTable() local
2003 vixl::CodeBufferCheckScope scope(masm, in VisitMultiplyAccumulate() local
/art/runtime/
Dhandle_scope.h213 StackHandleScope<kNumReferencesPerScope>* scope = in NewHandle() local
Dcommon_throws.cc332 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c, in ThrowNoSuchFieldError()
Dthread.cc1495 StackHandleScope<1> scope(Thread::Current()); in DumpJavaStack() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1818 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()
/art/oatdump/
Doatdump.cc2294 StackHandleScope<1> scope(self); in DumpOatWithRuntime() local