HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 851 - 875 of 1412) sorted by null

<<31323334353637383940>>

  /external/proguard/src/proguard/optimize/peephole/
VariableShrinker.java 3 * of Java bytecode.
  /external/proguard/src/proguard/shrink/
InnerUsageMarker.java 3 * of Java bytecode.
InterfaceUsageMarker.java 3 * of Java bytecode.
Shrinker.java 3 * of Java bytecode.
UsagePrinter.java 3 * of Java bytecode.
  /external/proguard/src/proguard/util/
FileNameParser.java 3 * of Java bytecode.
ListParser.java 3 * of Java bytecode.
ListUtil.java 3 * of Java bytecode.
NameParser.java 3 * of Java bytecode.
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 3 * of Java bytecode.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassCache.java 1 package com.xtremelabs.robolectric.bytecode;
RobolectricInternals.java 1 package com.xtremelabs.robolectric.bytecode;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
RobolectricWiringTest.java 1 package com.xtremelabs.robolectric.bytecode;
  /frameworks/base/tools/layoutlib/create/
README.txt 32 - modifies some of the classes directly using some bytecode manipulation,
38 The ASM library is used to do the bytecode modification using its visitor pattern API.
260 Understanding bytecode:
263 Bytecode opcode list:
  /frameworks/compile/libbcc/tests/debuginfo/
README 10 Host tests use clang to build bytecode (bc) files, which are then executed
  /prebuilts/tools/common/m2/internal/asm/asm-parent/3.3/
asm-parent-3.3.pom 13 <description>A very small and fast Java bytecode manipulation framework</description>
  /prebuilts/tools/common/proguard/proguard4.7/docs/
index.html 75 attributes. It optimizes bytecode and removes unused instructions. It renames
  /external/javassist/src/main/javassist/
CtClass.java 2 * Javassist, a Java-bytecode translator toolkit.
28 import javassist.bytecode.ClassFile;
29 import javassist.bytecode.Descriptor;
30 import javassist.bytecode.Opcode;
763 * or <code>javassist.bytecode.Descriptor</code>.
766 * @see javassist.bytecode.Descriptor
828 * @see javassist.bytecode.Descriptor
1021 * <code>javassist.bytecode</code> package. For example, the following
1029 * @see javassist.bytecode.AttributeInfo
    [all...]
  /dalvik/vm/analysis/
CodeVerify.h 18 * Dalvik bytecode verifier.
327 * Verify bytecode in "meth". "insnFlags" should be populated with
  /dalvik/vm/compiler/codegen/x86/
Lower.h 25 #define CODE_CACHE_PADDING 1024 //code space for a single bytecode
444 freeShortMap called after generation of one bytecode
447 definition of local label: life time of the label is within a bytecode or within a helper function
465 s4 relativePC; //relative offset in bytecode
466 int offsetPC; //PC in bytecode
479 s4 relativePC; //relative offset in bytecode to access the data
480 int offsetPC; //PC in bytecode
906 //lower a bytecode
    [all...]
  /external/apache-xml/
NOTICE 31 - Bytecode Engineering Library - see LICENSE.txt
44 - Bytecode Engineering Library - see LICENSE.txt
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-incbin.c 2 * Incbin bytecode
39 #include "bytecode.h"
insn.c 2 * Mnemonic instruction bytecode
36 #include "bytecode.h"
linemap.c 50 /* first bytecode on line; NULL if no bytecodes on line */
69 /* Bytecode and source line information */
  /external/javassist/src/main/javassist/bytecode/
AttributeInfo.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;

Completed in 766 milliseconds

<<31323334353637383940>>