Home
last modified time | relevance | path

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

/art/test/422-instanceof/
Dinfo.txt1 Tests for instanceof bytecode.
/art/test/112-double-math/
Dinfo.txt1 This checks the neg_double bytecode.
/art/test/952-invoke-custom/
Dinfo.txt1 Tests the invoke-custom bytecode.
/art/test/088-monitor-verification/
Dinfo.txt2 lock checks in the bytecode verifier.
/art/test/080-oom-throw/
Dinfo.txt3 the interpreter and re-execute the bytecode.
/art/test/2034-spaces-in-SimpleName/
Dinfo.txt3 This test uses ASM Java bytecode generator to generate a simple class with
/art/tools/jvmti-agents/titrace/
Dtitrace.cc154 MethodBytecode& bytecode = LookupBytecode(jvmti_env, method); in OnSingleStep() local
160 CHECK_LE(actual_location, bytecode.bytecode_.Size()); in OnSingleStep()
161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()
DREADME.md3 Titrace is a bytecode instruction tracing tool that uses JVMTI and works on both ART and the RI.
/art/test/
DREADME.md4 * _ART run-tests_: Tests of the ART runtime using Dex bytecode (mostly written
10 ART run-tests are tests exercising the runtime using Dex bytecode. They are
12 (compiled/assembled as Dex bytecode) and sometimes native code (written as C/C++
15 [ASM](https://asm.ow2.io/) bytecode manipulation tool. Run-tests are
/art/test/031-class-attributes/jasmin/
DClassAttrs$1.j25 .bytecode 52.0
/art/test/800-smali/smali/
DsameFieldNames.smali5 # (Invalid in Java language but valid in bytecode.)
/art/runtime/interpreter/mterp/
DREADME.txt71 transitioning from one Dalvik bytecode to the next. Mterp for ARM targets
/art/tools/dexfuzz/
DREADME124 Each bytecode mutation has a chance out of 100% of firing. Following is the listing