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

<<11121314151617181920>>

  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolFactoryImpl.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/tools/reflect/
CannotReflectException.java 2 * Javassist, a Java-bytecode translator toolkit.
Metalevel.java 2 * Javassist, a Java-bytecode translator toolkit.
Sample.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/tools/rmi/
RemoteRef.java 2 * Javassist, a Java-bytecode translator toolkit.
Sample.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/util/proxy/
ProxyObject.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 123 ByteArrayOutputStream byteCode = byteCodeForClasses.get(name);
124 if (byteCode == null) {
127 return defineClass(name, byteCode.toByteArray(), 0, byteCode.size());
  /external/llvm/test/Feature/
basictest.ll 5 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
constpointer.ll 7 ; declared and involves an icky bytecode encoding. There is no meaningful
  /external/llvm/test/Integer/
basictest_bt.ll 6 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
constpointer_bt.ll 7 ; declared and involves an icky bytecode encoding. There is no meaningful
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 121 /* CF_INST. This is already bit-shifted and only needs to be or'd for bytecode. */
151 /* CF_INST. This is already bit-shifted and only needs to be or'd for bytecode. */
210 uint32_t *bytecode; member in struct:r600_bytecode
242 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf);
  /external/proguard/src/proguard/
ParseException.java 3 * of Java bytecode.
SubclassedClassFilter.java 3 * of Java bytecode.
  /external/proguard/src/proguard/classfile/
Field.java 3 * of Java bytecode.
Member.java 3 * of Java bytecode.
Method.java 3 * of Java bytecode.
VisitorAccepter.java 3 * of Java bytecode.
  /external/proguard/src/proguard/classfile/attribute/
ConstantValueAttribute.java 3 * of Java bytecode.
DeprecatedAttribute.java 3 * of Java bytecode.
LineNumberInfo.java 3 * of Java bytecode.
SourceDirAttribute.java 3 * of Java bytecode.
SourceFileAttribute.java 3 * of Java bytecode.
SyntheticAttribute.java 3 * of Java bytecode.

Completed in 358 milliseconds

<<11121314151617181920>>