/art/test/1987-structural-redefine-recursive-stack-scope/ |
D | Android.bp | 3 // Build rules for ART run-test `1987-structural-redefine-recursive-stack-scope`. 16 name: "art-run-test-1987-structural-redefine-recursive-stack-scope", 21 ":art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stdout", 22 ":art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stderr", 28 name: "art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stdout", 29 out: ["art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stdout.txt"], 36 name: "art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stderr", 37 out: ["art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stderr.txt"],
|
/art/test/1985-structural-redefine-stack-scope/ |
D | Android.bp | 3 // Build rules for ART run-test `1985-structural-redefine-stack-scope`. 16 name: "art-run-test-1985-structural-redefine-stack-scope", 21 ":art-run-test-1985-structural-redefine-stack-scope-expected-stdout", 22 ":art-run-test-1985-structural-redefine-stack-scope-expected-stderr", 28 name: "art-run-test-1985-structural-redefine-stack-scope-expected-stdout", 29 out: ["art-run-test-1985-structural-redefine-stack-scope-expected-stdout.txt"], 36 name: "art-run-test-1985-structural-redefine-stack-scope-expected-stderr", 37 out: ["art-run-test-1985-structural-redefine-stack-scope-expected-stderr.txt"],
|
/art/test/1986-structural-redefine-multi-thread-stack-scope/ |
D | Android.bp | 3 // Build rules for ART run-test `1986-structural-redefine-multi-thread-stack-scope`. 16 name: "art-run-test-1986-structural-redefine-multi-thread-stack-scope", 21 ":art-run-test-1986-structural-redefine-multi-thread-stack-scope-expected-stdout", 22 ":art-run-test-1986-structural-redefine-multi-thread-stack-scope-expected-stderr", 28 name: "art-run-test-1986-structural-redefine-multi-thread-stack-scope-expected-stdout", 29 out: ["art-run-test-1986-structural-redefine-multi-thread-stack-scope-expected-stdout.txt"], 36 name: "art-run-test-1986-structural-redefine-multi-thread-stack-scope-expected-stderr", 37 out: ["art-run-test-1986-structural-redefine-multi-thread-stack-scope-expected-stderr.txt"],
|
/art/tools/checker/match/ |
D | file.py | 163 def find_matching_line(statement, c1_pass, scope, variables, exclude_lines=[]): argument 174 for i in range(scope.start, scope.end): 180 raise MatchFailedException(statement, scope.start, variables) 195 assert self.cursor <= match.scope.end 198 self.handle_not_queue(MatchScope(self.cursor, match.scope.start)) 200 self.cursor = match.scope.end + 1 203 def handle_dag_queue(self, scope): argument 222 match = find_matching_line(statement, self.c1_pass, scope, variables, matched_lines) 224 assert match.scope.start == match.scope.end 225 assert match.scope.start not in matched_lines [all …]
|
/art/benchmark/jobject-benchmark/ |
D | info.txt | 7 Decoding local, weak, global, handle scope jobjects.
|
/art/tools/art_verifier/ |
D | art_verifier.cc | 217 StackHandleScope<2> scope(soa.Self()); in ExecuteWithRuntime() local 218 Handle<mirror::ClassLoader> h_loader = scope.NewHandle( in ExecuteWithRuntime() 220 MutableHandle<mirror::Class> h_klass(scope.NewHandle<mirror::Class>(nullptr)); in ExecuteWithRuntime()
|
/art/runtime/ |
D | reference_table_test.cc | 50 StackHandleScope<3> scope(self); in CreateWeakReference() local 51 Handle<mirror::Object> h_referent(scope.NewHandle<mirror::Object>(referent)); in CreateWeakReference() 53 Handle<mirror::Class> h_ref_class(scope.NewHandle<mirror::Class>( in CreateWeakReference() 60 Handle<mirror::Object> h_ref_instance(scope.NewHandle<mirror::Object>( in CreateWeakReference()
|
D | common_throws.h | 200 void ThrowNoSuchFieldError(std::string_view scope,
|
D | thread.h | 937 void PushReflectiveHandleScope(BaseReflectiveHandleScope* scope) { in PushReflectiveHandleScope() argument 938 DCHECK_EQ(scope->GetLink(), tlsPtr_.top_reflective_handle_scope); in PushReflectiveHandleScope() 939 DCHECK_EQ(scope->GetThread(), this); in PushReflectiveHandleScope() 940 tlsPtr_.top_reflective_handle_scope = scope; in PushReflectiveHandleScope()
|
D | common_throws.cc | 391 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError() argument 397 msg << "No " << scope << "field " << name << " of type " << type in ThrowNoSuchFieldError()
|
/art/compiler/optimizing/ |
D | code_generator_arm64.h | 306 virtual Location AllocateSIMDScratchLocation(vixl::aarch64::UseScratchRegisterScope* scope) = 0; 308 vixl::aarch64::UseScratchRegisterScope* scope) = 0; 463 Location AllocateSIMDScratchLocation(vixl::aarch64::UseScratchRegisterScope* scope) override; 465 vixl::aarch64::UseScratchRegisterScope* scope) override; 498 Location AllocateSIMDScratchLocation(vixl::aarch64::UseScratchRegisterScope* scope) override; 500 vixl::aarch64::UseScratchRegisterScope* scope) override;
|
D | optimizing_compiler.cc | 333 PassScope scope(optimizations[i]->GetPassName(), pass_observer); in RunOptimizations() local 339 scope.SetPassNotChanged(); in RunOptimizations() 587 PassScope scope(PrepareForRegisterAllocation::kPrepareForRegisterAllocationPassName, in AllocateRegisters() local 596 PassScope scope(SsaLivenessAnalysis::kLivenessPassName, pass_observer); in AllocateRegisters() local 600 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer); in AllocateRegisters() local 840 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile() local 964 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompileIntrinsic() local
|
D | code_generator_vector_arm64_sve.cc | 1287 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation() argument 1288 return LocationFrom(scope->AcquireZ()); in AllocateSIMDScratchLocation() 1292 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation() argument 1293 scope->Release(ZRegisterFrom(loc)); in FreeSIMDScratchLocation()
|
D | code_generator_vector_arm64_neon.cc | 1547 vixl::aarch64::UseScratchRegisterScope* scope) { in AllocateSIMDScratchLocation() argument 1549 return LocationFrom(scope->AcquireVRegisterOfSize(kQRegSize)); in AllocateSIMDScratchLocation() 1553 vixl::aarch64::UseScratchRegisterScope* scope) { in FreeSIMDScratchLocation() argument 1555 scope->Release(QRegisterFrom(loc)); in FreeSIMDScratchLocation()
|
D | code_generator_arm64.cc | 550 EmissionCheckScope scope(codegen->GetVIXLAssembler(), in EmitTable() local 2450 ExactAssemblyScope scope(masm, kInstructionSize, CodeBufferCheckScope::kExactSize); in VisitMultiplyAccumulate() local
|
/art/tools/checker/ |
D | README | 31 therefore create a scope within which the statement is verified. 47 only valid within the scope of the defining group. Within a group they cannot 129 (of any depth, since nested branching is allowed), that variable will become global within the scope
|
/art/tools/jfuzz/ |
D | README.md | 110 finite in size and scope. Tests typically focus on validating particular 128 The randomness of fuzz testing implies that the size and scope of testing is no
|
/art/oatdump/ |
D | oatdump.cc | 2513 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime() local 2514 Handle<mirror::ClassLoader> loader_handle = scope.NewHandle( in DumpOatWithRuntime() 2616 StackHandleScope<1> scope(self); in Dump() local 2617 MutableHandle<mirror::ClassLoader> class_loader = scope.NewHandle<mirror::ClassLoader>(nullptr); in Dump() 2698 StackHandleScope<1> scope(self); in DumpImtStats() local 2699 MutableHandle<mirror::Class> h_klass(scope.NewHandle<mirror::Class>(nullptr)); in DumpImtStats() 2842 StackHandleScope<1> scope(Thread::Current()); in PrepareAndGetImTable() local 2843 Handle<mirror::Class> h_klass = scope.NewHandle<mirror::Class>(klass); in PrepareAndGetImTable()
|
/art/test/ |
D | Android.bp | 901 "1985-structural-redefine-stack-scope/stack_scope.cc",
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4555 Ljava/security/Identity;->scope:Ljava/security/IdentityScope; 4558 Ljava/security/IdentityScope;->scope:Ljava/security/IdentityScope;
|