Searched defs:scope (Results 1 – 8 of 8) 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 | 394 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
|
D | code_generator_arm64.cc | 560 CodeBufferCheckScope scope(codegen->GetVIXLAssembler(), num_entries * sizeof(int32_t), in EmitTable() local 2003 vixl::CodeBufferCheckScope scope(masm, in VisitMultiplyAccumulate() local
|
/art/runtime/ |
D | handle_scope.h | 213 StackHandleScope<kNumReferencesPerScope>* scope = in NewHandle() local
|
D | common_throws.cc | 332 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c, in ThrowNoSuchFieldError()
|
D | thread.cc | 1495 StackHandleScope<1> scope(Thread::Current()); in DumpJavaStack() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1818 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()
|
/art/oatdump/ |
D | oatdump.cc | 2294 StackHandleScope<1> scope(self); in DumpOatWithRuntime() local
|