Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 195) sorted by relevance

12345678

/art/tools/hiddenapi/
DREADME.md6 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/
Dexpected.txt19 b16177324TestWrapper caught NPE as expected.
20 b16230771TestWrapper caught NPE as expected.
21 b17969907TestWrapper caught NPE as expected.
/art/test/1943-suspend-raw-monitor-wait/
Dinfo.txt3 Makes sure that the RawMonitorWait function acts as a suspend point as the
/art/test/104-growth-limit/
Dinfo.txt2 conventions, can be cleared and the resulting heap is at least as large
3 as the growth limited heap.
/art/test/800-smali/smali/
Db_27799205_2.smali13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_1.smali13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_5.smali15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_4.smali15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_3.smali15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_20843113.smali9 # An instruction that may throw, so as to pass UninitializedThis to the handler
23 # allowed as we will terminate abnormally below.
Db_22411633_2.smali18 # 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/
Dinfo.txt6 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/
Dinfo.txt1 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/
DNOTICE5 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/
DNOTICE5 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/
DNOTICE5 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/
Dinfo.txt8 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/
Dexpected.txt1 Iteration Result is as expected
/art/test/058-enum-order/
Dinfo.txt1 Test that the ordering of enums is as expected.
/art/test/551-checker-clinit/
Dinfo.txt1 Checker test to ensure we optimize aways HClinitChecks as expected.
/art/test/067-preemptive-unpark/
Dinfo.txt1 Test that Unsafe.unpark() operates as expected, in particular across a gc.
/art/test/685-shifts/
Dinfo.txt1 Tests for the compiler when shift instructions have 0 or 1 as constant shifts.
/art/test/583-checker-zero/
Dinfo.txt2 as -0.0.
/art/test/474-checker-boolean-input/
Dinfo.txt1 Tests if zero/one constants and integer Phis are accepted as boolean values.
/art/test/475-simplify-mul-zero/
Dinfo.txt2 Mul should expect zero constant as input.

12345678