Searched refs:as (Results 1 – 25 of 195) sorted by relevance
12345678
/art/tools/hiddenapi/ |
D | README.md | 6 blacklist - provided as text file inputs. These access flags denote to the 7 runtime that the marked methods/fields should be treated as internal APIs with 22 Methods are encoded as: 25 Fields are encoded as: 32 as unsigned LEB128 values in DEX and so as to not increase the size of the DEX, 35 First bit is encoded as the inversion of visibility access flags (bits 2:0). 40 Second bit is encoded differently for each given type of class member as there 44 * bit 5 for fields as it carries no other meaning 45 * bit 5 for non-native methods, as `synchronized` can only be set on native 47 * bit 9 for native methods, as it carries no meaning and bit 8 (`native`) will
|
/art/test/083-compiler-regressions/ |
D | expected.txt | 19 b16177324TestWrapper caught NPE as expected. 20 b16230771TestWrapper caught NPE as expected. 21 b17969907TestWrapper caught NPE as expected.
|
/art/test/1943-suspend-raw-monitor-wait/ |
D | info.txt | 3 Makes sure that the RawMonitorWait function acts as a suspend point as the
|
/art/test/104-growth-limit/ |
D | info.txt | 2 conventions, can be cleared and the resulting heap is at least as large 3 as the growth limited heap.
|
/art/test/800-smali/smali/ |
D | b_27799205_2.smali | 13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_1.smali | 13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_5.smali | 15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_4.smali | 15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_3.smali | 15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_20843113.smali | 9 # An instruction that may throw, so as to pass UninitializedThis to the handler 23 # allowed as we will terminate abnormally below.
|
D | b_22411633_2.smali | 18 # that only have Object as a common ancestor. 37 # other reference being an uninitialized reference, as we'd suddenly allow calling on it. 39 # Test whether it's some initialized reference by calling hashCode. This should fail, as we
|
/art/test/2032-default-method-private-override/ |
D | info.txt | 6 exceptions and incorrect behavior as we might try to use a private or a 7 static method as an interface implementation.
|
/art/test/1945-proxy-method-arguments/ |
D | info.txt | 1 Test checking that reference arguments of proxy methods are visited as 5 frame, it could end up with a stale reference, as the corresponding
|
/art/openjdkjvmti/ |
D | NOTICE | 5 is licensed under the same terms as the file jvmti.h. The 12 under the terms of the GNU General Public License version 2 only, as 14 particular file as subject to the "Classpath" exception as provided
|
/art/openjdkjvm/ |
D | NOTICE | 5 is licensed under the same terms as the file jvm.h. The 12 under the terms of the GNU General Public License version 2 only, as 14 particular file as subject to the "Classpath" exception as provided
|
/art/dt_fd_forward/ |
D | NOTICE | 5 implementation is licensed under the same terms as the file 13 under the terms of the GNU General Public License version 2 only, as 15 particular file as subject to the "Classpath" exception as provided
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 8 divisor is non-null, as it wouldn't be used. However, dx is not 10 be non-null at compile-time (as is the case in this test), it will 21 optimizing compiler considered this (these) as dead block(s) and 25 instructions in a proper fashion, by removing them as users first, and
|
/art/test/302-float-conversion/ |
D | expected.txt | 1 Iteration Result is as expected
|
/art/test/058-enum-order/ |
D | info.txt | 1 Test that the ordering of enums is as expected.
|
/art/test/551-checker-clinit/ |
D | info.txt | 1 Checker test to ensure we optimize aways HClinitChecks as expected.
|
/art/test/067-preemptive-unpark/ |
D | info.txt | 1 Test that Unsafe.unpark() operates as expected, in particular across a gc.
|
/art/test/685-shifts/ |
D | info.txt | 1 Tests for the compiler when shift instructions have 0 or 1 as constant shifts.
|
/art/test/583-checker-zero/ |
D | info.txt | 2 as -0.0.
|
/art/test/474-checker-boolean-input/ |
D | info.txt | 1 Tests if zero/one constants and integer Phis are accepted as boolean values.
|
/art/test/475-simplify-mul-zero/ |
D | info.txt | 2 Mul should expect zero constant as input.
|
12345678