Home
last modified time | relevance | path

Searched refs:a (Results 376 – 400 of 1121) sorted by relevance

1...<<11121314151617181920>>...45

/art/test/003-omnibus-opcodes/
Dinfo.txt1 This is a smoke test of many Dalvik opcodes.
/art/tools/class2greylist/src/com/android/class2greylist/
DRepeatedAnnotationHandler.java48 private ElementValuePair findValue(AnnotationEntry a) { in findValue() argument
49 for (ElementValuePair property : a.getElementValuePairs()) { in findValue()
/art/test/061-out-of-memory/src/
DMain.java48 byte[] a; in testOomeLarge()
53 a = new byte[(int) Runtime.getRuntime().maxMemory() - 32]; in testOomeLarge()
/art/tools/libjavac/
DAndroid.bp5 // You may obtain a copy of the License at
15 // This is a helper library for host tests that compile Java code at test time.
/art/test/595-error-class/smali/
Derror.smali5 # You may obtain a copy of the License at
19 # Override a final method to put this class in the error state.
/art/tools/jvmti-agents/jit-load/
DREADME.md18 loaded on a jit thread. Otherwise a warning will be printed.
34 Will initiate a dump of the counts (to logcat).
/art/test/638-checker-inline-cache-intrinsic/
Dinfo.txt1 Verify the devirtualization of a method that should be intrinsified.
/art/test/103-string-append/
Dinfo.txt1 Simple test that triggers GC by appending to a String.
/art/test/597-deopt-invoke-stub/
Dinfo.txt1 Test deoptimizing when returning from a quick-to-interpreter bridge.
/art/test/152-dead-large-object/
Dinfo.txt1 Test that large objects are freed properly after a GC.
/art/test/649-vdex-duplicate-method/
Dinfo.txt1 Regression test for unquickening a vdex that has duplicate methods.
/art/runtime/interpreter/mterp/
DREADME.txt11 * Within a text line, $ can be used insert variables from code.
37 The generation tool does *not* print a warning if your instructions
50 If a constant in the file becomes out of sync, the VM will log an error
72 uses a computed-goto mechanism, in which the handler entrypoints are
76 (r8 for ARM, edx for x86) holds a mainHandlerTable. If we need to switch
77 to a mode that requires inter-instruction checking, rIBASE is changed
/art/test/684-select-condition/
Dinfo.txt1 Regression test for a bug in ARM's code generator for HSelect.
/art/test/533-regression-debugphi/
Dinfo.txt1 Test a regression where DeadPhiHandling would infinitely loop over
/art/test/1908-suspend-native-resume-self/
Dinfo.txt1 Tests jvmti suspending of a thread that is spinning in native code.
/art/benchmark/type-check/
Dinfo.txt1 Benchmarks for repeating check-cast and instance-of instructions in a loop.
/art/test/1905-suspend-native/
Dinfo.txt1 Tests jvmti suspending of a thread that is spinning in native code.
/art/test/074-gc-thrash/
Dinfo.txt1 This thrashes the memory allocator and garbage collector for a brief period.
/art/test/1951-monitor-enter-no-suspend/
Dinfo.txt1 Tests the jvmti-extension to lock a monitor without regards to suspension.
/art/test/161-final-abstract-class/
Dinfo.txt1 Regression test for verifier crash when processing a final abstract (erroneous) class.
/art/test/146-bad-interface/
Dinfo.txt1 Check whether a duplicate class can invoke-interface on an unresolved method.
/art/test/067-preemptive-unpark/
Dinfo.txt1 Test that Unsafe.unpark() operates as expected, in particular across a gc.
/art/test/154-gc-loop/
Dinfo.txt1 Test that GC doesn't happen too often for a few small allocations.
/art/test/719-dm-verify-redefinition/
Dexpected.txt1 Fast verification failed: Class LRedefined; redefines a class in the classpath
/art/test/616-cha-proxy-method-inline/
Dinfo.txt1 Test for Class Hierarchy Analysis (CHA) on inlining a cross-dex proxy method.

1...<<11121314151617181920>>...45