Searched refs:bytecode (Results 1 – 12 of 12) sorted by relevance
1 Tests for instanceof bytecode.
1 Tests the invoke-custom bytecode.
1 This checks the neg_double bytecode.
2 lock checks in the bytecode verifier.
3 the interpreter and re-execute the bytecode.
7 and are built using ASM bytecode manipulation library.
154 MethodBytecode& bytecode = LookupBytecode(jvmti_env, method); in OnSingleStep() local160 CHECK_LE(actual_location, bytecode.bytecode_.Size()); in OnSingleStep()161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()
3 Titrace is a bytecode instruction tracing tool that uses JVMTI and works on both ART and the RI.
25 .bytecode 52.0
5 # (Invalid in Java language but valid in bytecode.)
126 Each bytecode mutation has a chance out of 100% of firing. Following is the listing
187 transitioning from one Dalvik bytecode to the next. Mterp for ARM targets