/sdk/files/proguard/bin/ |
proguard.bat | 4 REM obfuscator, and preverifier for Java bytecode.
|
proguardgui.bat | 4 REM optimizer, obfuscator, and preverifier for Java bytecode.
|
retrace.bat | 4 REM shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
|
/external/javassist/src/main/javassist/compiler/ |
JvstCodeGen.java | 2 * Javassist, a Java-bytecode translator toolkit. 19 import javassist.bytecode.*; 44 public JvstCodeGen(Bytecode b, CtClass cc, ClassPool cp) { 70 bytecode.addOpcode(ACONST_NULL); 83 compileParameterList(bytecode, paramTypeList, indexOfParam1()); 89 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList)); 90 bytecode.addInvokestatic("javassist/runtime/Desc", "getParams", 100 bytecode.addLdc(Descriptor.of(dollarType)); 107 bytecode.addLdc(param0Type); 115 bytecode.addInvokestatic("javassist/runtime/Desc", method [all...] |
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ScannerTest.java | 1 package test.javassist.bytecode.analysis; 10 import javassist.bytecode.AccessFlag; 11 import javassist.bytecode.Bytecode; 12 import javassist.bytecode.MethodInfo; 13 import javassist.bytecode.Opcode; 14 import javassist.bytecode.analysis.Subroutine; 15 import javassist.bytecode.analysis.SubroutineScanner; 111 Bytecode code = new Bytecode(info.getConstPool(), 2, 9) [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode; 36 protected byte[] bytecode; field in class:CodeIterator 43 bytecode = ca.getCode(); 72 * Sets a mark to the bytecode at the given index. 73 * The mark can be used to track the position of that bytecode 76 * bytecode, the mark is set to the inserted code block. 106 return bytecode.length; 112 public int byteAt(int index) { return bytecode[index] & 0xff; } 118 bytecode[index] = (byte)value [all...] |
DeprecatedAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
LocalVariableTypeAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
SyntheticAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
AccessFlag.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode; 115 * a javassist.bytecode.AccessFlag. 124 * Converts a javassist.bytecode.AccessFlag 127 * @param accflags javassist.bytecode.Accessflag
|
/external/javassist/src/main/javassist/ |
CtBehavior.java | 2 * Javassist, a Java-bytecode translator toolkit. 18 import javassist.bytecode.*; 139 * the method will be rejected by the bytecode verifier. 315 * @see javassist.bytecode.Descriptor 316 * @see javassist.bytecode.SignatureAttribute 401 Bytecode b = jv.compileBody(this, src); 451 * See {@link javassist.bytecode.AttributeInfo}. 468 * See {@link javassist.bytecode.AttributeInfo}. 668 * Inserts bytecode at the beginning of the body. 671 * the bytecode is inserted befor [all...] |
CtField.java | 2 * Javassist, a Java-bytecode translator toolkit. 18 import javassist.bytecode.*; 335 * @see javassist.bytecode.Descriptor 336 * @see javassist.bytecode.SignatureAttribute 410 * See {@link javassist.bytecode.AttributeInfo}. 427 * See {@link javassist.bytecode.AttributeInfo}. 813 abstract int compile(CtClass type, String name, Bytecode code, 819 Bytecode code, Javac drv) throws CannotCompileException; 829 int compile(CtClass type, String name, Bytecode code, 836 code.addPutfield(Bytecode.THIS, name, Descriptor.of(type)) [all...] |
/external/dexmaker/ |
README.version | 7 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
IntQueue.java | 2 * Javassist, a Java-bytecode translator toolkit. 15 package javassist.bytecode.analysis;
|
SubroutineScanner.java | 2 * Javassist, a Java-bytecode translator toolkit. 15 package javassist.bytecode.analysis; 22 import javassist.bytecode.BadBytecode; 23 import javassist.bytecode.CodeAttribute; 24 import javassist.bytecode.CodeIterator; 25 import javassist.bytecode.ExceptionTable; 26 import javassist.bytecode.MethodInfo; 27 import javassist.bytecode.Opcode;
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
MemberValueVisitor.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode.annotation;
|
NoSuchClassError.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode.annotation;
|
BooleanMemberValue.java | 2 * Javassist, a Java-bytecode translator toolkit. 15 package javassist.bytecode.annotation; 18 import javassist.bytecode.ConstPool;
|
/external/javassist/src/main/javassist/convert/ |
TransformAfter.java | 2 * Javassist, a Java-bytecode translator toolkit. 20 import javassist.bytecode.*;
|
/external/smali/ |
README.md | 16 - [Official dex bytecode reference](https://source.android.com/devices/tech/dalvik/dalvik-bytecode.html)
|
/external/v8/src/interpreter/ |
bytecode-decoder.h | 11 #include "src/interpreter/bytecode-register.h" 41 // Decode a single bytecode and operands to |os|.
|
bytecode-register-optimizer.cc | 5 #include "src/interpreter/bytecode-register-optimizer.h" 15 // register is materialized in the bytecode stream. 49 // removed from the bytecode stream. Returns nullptr if no candidate 214 // TODO(oth): This path shouldn't be necessary in bytecode generated 268 BytecodeNode node(Bytecode::kStar, operand, source_info); 272 BytecodeNode node(Bytecode::kLdar, operand, source_info); 277 BytecodeNode node(Bytecode::kMov, operand0, operand1, source_info); 368 BytecodeNode nop(Bytecode::kNop, source_info); 419 void BytecodeRegisterOptimizer::PrepareForBytecode(Bytecode bytecode) { [all...] |
/external/javassist/src/main/javassist/expr/ |
Handler.java | 2 * Javassist, a Java-bytecode translator toolkit. 19 import javassist.bytecode.*; 102 * Inserts bytecode at the beginning of the catch clause. 105 * @param src the source code representing the inserted bytecode. 114 Bytecode b = jv.getBytecode();
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
lnotab_notes.txt | 4 disguised as a Python string. It is used to map bytecode offsets to source code
8 (bytecode offset increment, line number increment)
34 corresponding to a bytecode address A should do something like this
61 number we save the bytecode indices where it's valid:
66 the first bytecode index of the current line, and *instr_ub holds the first
67 bytecode index of the next line. As long as the above expression is true,
70 bytecode jumped more than 255 indices between line number changes or because
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
lnotab_notes.txt | 4 disguised as a Python string. It is used to map bytecode offsets to source code
8 (bytecode offset increment, line number increment)
34 corresponding to a bytecode address A should do something like this
61 number we save the bytecode indices where it's valid:
66 the first bytecode index of the current line, and *instr_ub holds the first
67 bytecode index of the next line. As long as the above expression is true,
70 bytecode jumped more than 255 indices between line number changes or because
|