Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 13 of 13) sorted by relevance

/art/test/519-bound-load-class/
DAndroid.bp3 // Build rules for ART run-test `519-bound-load-class`.
16 name: "art-run-test-519-bound-load-class",
21 ":art-run-test-519-bound-load-class-expected-stdout",
22 ":art-run-test-519-bound-load-class-expected-stderr",
28 name: "art-run-test-519-bound-load-class-expected-stdout",
29 out: ["art-run-test-519-bound-load-class-expected-stdout.txt"],
36 name: "art-run-test-519-bound-load-class-expected-stderr",
37 out: ["art-run-test-519-bound-load-class-expected-stderr.txt"],
/art/test/477-checker-bound-type/
DAndroid.bp3 // Build rules for ART run-test `477-checker-bound-type`.
16 name: "art-run-test-477-checker-bound-type",
21 ":art-run-test-477-checker-bound-type-expected-stdout",
22 ":art-run-test-477-checker-bound-type-expected-stderr",
31 name: "art-run-test-477-checker-bound-type-expected-stdout",
32 out: ["art-run-test-477-checker-bound-type-expected-stdout.txt"],
39 name: "art-run-test-477-checker-bound-type-expected-stderr",
40 out: ["art-run-test-477-checker-bound-type-expected-stderr.txt"],
Dinfo.txt1 Tests that we only generate a bound type if we have relevant users.
/art/compiler/optimizing/
Ddead_code_elimination.cc182 HBoundType* bound = nullptr; in RemoveNonNullControlDependences() local
192 if (bound == nullptr) { in RemoveNonNullControlDependences()
194 bound = new (obj->GetBlock()->GetGraph()->GetAllocator()) HBoundType(obj); in RemoveNonNullControlDependences()
195 bound->SetUpperBound(ti, /*can_be_null*/ false); in RemoveNonNullControlDependences()
196 bound->SetReferenceTypeInfo(ti); in RemoveNonNullControlDependences()
197 bound->SetCanBeNull(false); in RemoveNonNullControlDependences()
198 not_throws->InsertInstructionBefore(bound, not_throws->GetFirstInstruction()); in RemoveNonNullControlDependences()
200 user->ReplaceWith(bound); in RemoveNonNullControlDependences()
205 return bound != nullptr; in RemoveNonNullControlDependences()
Dbounds_check_elimination.cc153 bool Equals(ValueBound bound) const { in Equals()
154 return instruction_ == bound.instruction_ && constant_ == bound.constant_; in Equals()
170 bool GreaterThanOrEqualTo(ValueBound bound) const { in GreaterThanOrEqualTo()
171 if (Equal(instruction_, bound.instruction_)) { in GreaterThanOrEqualTo()
172 return constant_ >= bound.constant_; in GreaterThanOrEqualTo()
179 bool LessThanOrEqualTo(ValueBound bound) const { in LessThanOrEqualTo()
180 if (Equal(instruction_, bound.instruction_)) { in LessThanOrEqualTo()
181 return constant_ <= bound.constant_; in LessThanOrEqualTo()
188 bool GreaterThan(ValueBound bound) const { in GreaterThan()
189 if (Equal(instruction_, bound.instruction_)) { in GreaterThan()
[all …]
/art/test/987-agent-bind/
Dinfo.txt1 Tests that native methods are bound from agent libs.
/art/test/632-checker-char-at-bounds/
Dinfo.txt2 had its SSA dependency incorrect with its corresponding bound check.
/art/test/957-methodhandle-transforms/src/
DMain.java693 MethodHandle bound = stringCharAt.bindTo("foo"); in testBindTo() local
694 value = (char) bound.invoke(0); in testBindTo()
705 bound = stringCharAt.bindTo(null); in testBindTo()
707 bound.invoke(0); in testBindTo()
715 bound = integerParseInt.bindTo("78452"); in testBindTo()
716 int intValue = (int) bound.invoke(); in testBindTo()
/art/compiler/utils/x86/
Dassembler_x86.cc3790 int bound = buffer_.Size(); in Bind() local
3795 buffer_.Store<int32_t>(position, bound - (position + 4)); in Bind()
3798 label->BindTo(bound); in Bind()
3803 int bound = buffer_.Size(); in Bind() local
3808 int offset = bound - (position + 1); in Bind()
3813 label->BindTo(bound); in Bind()
/art/
DTEST_MAPPING587 "name": "art-run-test-477-checker-bound-type[com.google.android.art.apex]"
674 "name": "art-run-test-519-bound-load-class[com.google.android.art.apex]"
1774 "name": "art-run-test-477-checker-bound-type"
1861 "name": "art-run-test-519-bound-load-class"
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc5113 int bound = buffer_.Size(); in Bind() local
5118 buffer_.Store<int32_t>(position, bound - (position + 4)); in Bind()
5121 label->BindTo(bound); in Bind()
5126 int bound = buffer_.Size(); in Bind() local
5131 int offset = bound - (position + 1); in Bind()
5136 label->BindTo(bound); in Bind()
/art/runtime/gc/space/
Dimage_space.cc2381 uint32_t bound, in SimpleRelocateVisitor() argument
2387 DCHECK_EQ(bound, begin); in SimpleRelocateVisitor()
2420 uint32_t bound, in SplitRangeRelocateVisitor() argument
2425 bound_(bound), in SplitRangeRelocateVisitor()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3559 Ljava/net/DatagramSocket;->bound:Z
3743 Ljava/net/ServerSocket;->bound:Z
3757 Ljava/net/Socket;->bound:Z
7385 Ljava/util/concurrent/Exchanger$Node;->bound:I
7398 Ljava/util/concurrent/Exchanger;->bound:I
8195 Ljava/util/concurrent/ThreadLocalRandom$RandomDoublesSpliterator;->bound:D
8200 Ljava/util/concurrent/ThreadLocalRandom$RandomIntsSpliterator;->bound:I
8205 Ljava/util/concurrent/ThreadLocalRandom$RandomLongsSpliterator;->bound:J
9428 Ljava/util/Random$RandomDoublesSpliterator;->bound:D
9434 Ljava/util/Random$RandomIntsSpliterator;->bound:I
[all …]