Home
last modified time | relevance | path

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

/art/test/422-instanceof/
Dinfo.txt1 Tests for instanceof bytecode.
/art/test/952-invoke-custom/
Dinfo.txt1 Tests the invoke-custom bytecode.
/art/test/112-double-math/
Dinfo.txt1 This checks the neg_double 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/979-const-method-handle/
Dinfo.txt7 and are built using ASM bytecode manipulation library.
/art/tools/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/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/tools/dexfuzz/
DREADME126 Each bytecode mutation has a chance out of 100% of firing. Following is the listing
/art/runtime/interpreter/mterp/
DREADME.txt187 transitioning from one Dalvik bytecode to the next. Mterp for ARM targets