/art/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 22 "License" shall mean the terms and conditions for use, reproduction, 23 and distribution as defined by Sections 1 through 9 of this document. 28 "Legal Entity" shall mean the union of the acting entity and all 41 source, and configuration files. 46 and conversions to other media types. 54 form, that is based on (or derived from) the Work and for which the 59 the Work and Derivative Works thereof. 62 the original version of the Work and any modifications or additions 70 and issue tracking systems that are managed by, or on behalf of, the [all …]
|
/art/test/121-modifiers/ |
D | info.txt | 3 The classes are pre-compiled and modified with ASM. 5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then 6 run Asm.java, which produces Inf.out and NonInf.out. Rename these to class files and put them 7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar). 8 Finally, compile with jack/jill or dx, and run baksmali.
|
/art/test/080-oom-throw/ |
D | info.txt | 1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure 3 the interpreter and re-execute the bytecode.
|
/art/test/1988-multi-structural-redefine/ |
D | expected.txt | 3 Redefining both class art.Test1988$Transform1 and class art.Test1988$Transform2 to use each other. 4 Transform1 says hi and Transform2 says bye! 5 Transform2 says hi and Transform1 says bye!
|
/art/tools/ahat/ |
D | README.txt | 22 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these? 25 * Show site context and heap and class filter in "Objects" view? 27 * Include ahat version and hprof file in the menu at the top of the page? 34 * Include a link to /objects in the overview and menu? 41 * That we can open a hprof without an 'app' heap and show a tabulation of 43 * Visit /objects without parameters and verify it doesn't throw an exception. 56 Annotate binder services, tokens, and proxies. 59 Minor bug fixes and API improvements. 67 Updated public APIs for dominators computation, reachability and parser. 72 Distinguish between weakly reachable and unreachable instances. [all …]
|
/art/tools/dexfuzz/ |
D | README | 9 execution, and any differences between the resulting outputs may be an indication of 17 for mutation - e.g. some tests taken from the ART test suite - and point it at an 18 ADB-connected Android device, and it will fuzz these seed files, and execute the 32 having DEX files pushed to it and executed with the dalvikvm command. 35 4. Create a new directory, and place some DEX files in here. These are the seed files 37 5. Create a directory on your device that mutated test files can be pushed to and 44 --dump-output <combination of ISA(s) and and backend(s)> 56 Note that if you wanted to test both ARM and ARM64 on an ARM64 device, you can use 73 Follow steps 1, 3, 4, and 7 as above, but also observe the following: 92 MutateFail - because mutation is a random process, and has attempt thresholds to [all …]
|
/art/test/674-hiddenapi/ |
D | info.txt | 2 two JARs. The first (parent) defines methods and fields and the second (child) 4 Note that the first is compiled twice - once with and once without hidden access 8 (a) Both parent and child dex loaded with PathClassLoader, parent's class loader 14 (c) Both parent and child are appended to boot class path. Restrictions should
|
/art/libartbase/base/unix_file/ |
D | README | 3 This is intended to be lightweight and easy to use, similar to Java's 4 RandomAccessFile and related classes. The usual C++ idioms of RAII and "you 7 In particular, the basic RandomAccessFile interface is kept small and simple so
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | invoke.S | 19 and w1, w1, #0xf 30 and x0, x0, #-2 // Remove the extra bit that marks it's a String.<init> method. 54 and w1, w1, #0xf 76 and w1, w1, #0xf 95 and w0, w0, #0xffff 133 and w1, w1, #0xf 161 and w1, w1, #0xf
|
/art/test/1948-obsolete-const-method-handle/util-src/ |
D | info.txt | 3 TestInvoker and Test1948 classes. These additions are a new method that loads a 4 constant method-handle and invokes it in TestInvoker and functions that will
|
/art/test/1959-redefine-object-instrument/ |
D | info.txt | 2 installation and class redefinition. 6 stack is only used for some soundness checks, logging and method-exit events 8 of the checks fail to account for obsolete methods and can fail soundness
|
/art/test/042-new-instance/ |
D | info.txt | 1 Test various permutations of Class.newInstance and Constructor.newInstance, 2 looking for correct handling of access rights and abstract classes.
|
/art/test/063-process-manager/ |
D | info.txt | 1 Test that spawning a child process and then reaping it (a) works and (b)
|
/art/test/305-other-fault-handler/ |
D | info.txt | 3 Tests that we can use and remove these handlers and they can change mappings.
|
/art/test/1982-no-virtuals-structural-redefinition/ |
D | info.txt | 1 Test that structural redefinition works on classes with super-types and subtypes with virtual 2 fields and methods so long as the target does not have any.
|
/art/test/2030-long-running-child/ |
D | info.txt | 2 main thread terminates immediately, and the child allocates memory and
|
/art/test/104-growth-limit/ |
D | info.txt | 1 Tests that the growth limit, used to impose the small and large Android 2 conventions, can be cleared and the resulting heap is at least as large
|
/art/test/800-smali/ |
D | info.txt | 2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
|
/art/test/134-reg-promotion/ |
D | info.txt | 1 Test that a vreg value that was defined by a const 0 and is used is both ref 2 and float operations is flushed to all home location.
|
/art/test/071-dexfile/ |
D | info.txt | 4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
|
/art/test/1989-transform-bad-monitor/ |
D | info.txt | 5 This tests that redefining a method to have unbalanced locks doesn't cause issues and the method 6 is given lock-counting and not compiled.
|
/art/tools/bisection_search/ |
D | README.md | 5 accepts a program which exposes a bug by producing incorrect output and expected 7 method and optimization pass under the assumption that interpreter is correct. 9 Given methods in order M0..Mn finds smallest i such that compiling Mi and 12 P0..Pj-1 produces expected output and compiling Mi with passes P0..Pj produces 13 incorrect output. Prints Mi and Pj. 46 Tool for finding compiler bugs. Either --raw-cmd or both -cp and --class are required. 49 -h, --help show this help message and exit 66 --check-script CHECK_SCRIPT script comparing output and expected output
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 8 the script (without the %) and thus executed during the generation. 9 * Other lines are text, and they are essentially syntax sugar for 10 out.write('''(line text)''') and thus they write the main output. 24 declarations for the segment type and alignment. 33 Both C and assembly sources will be passed through the C pre-processor, 34 so you can take advantage of C-style comments and preprocessor directives 46 values, structure sizes, and struct member offsets. The format is fairly 48 (where it is verified) and assembly (where the definitions are used). 51 message and abort during startup. 81 unconditionally refresh rIBASE at backward branches, exception throws and returns.
|
/art/test/596-monitor-inflation/ |
D | info.txt | 4 This allocates more monitors and hence may exercise the monitor pool 5 differently, and with more context, than the monitor_pool_test gtest.
|
/art/test/640-checker-boolean-simd/src/ |
D | Main.java | 36 static void and(boolean x) { in and() method in Main 91 and(true); in main() 111 and(false); in main()
|