Searched
full:bytecode (Results
676 -
700 of
1965) sorted by null
<<21222324252627282930>>
/frameworks/base/services/net/java/android/net/apf/ |
ApfGenerator.java | 26 * {@link generate} to get the APF bytecode for the program. 215 * Write {@code value} at offset {@code writingOffset} into {@code bytecode}. 223 private int writeValue(int value, byte[] bytecode, int writingOffset) { 225 bytecode[writingOffset++] = (byte)((value >> (i * 8)) & 255); 231 * Generate bytecode for this instruction at offset {@link offset}. 233 void generate(byte[] bytecode) throws IllegalInstructionException { 238 bytecode[writingOffset++] = generateInstructionByte(); 240 writingOffset = writeValue(calculateTargetLabelOffset(), bytecode, writingOffset); 243 writingOffset = writeValue(mImm, bytecode, writingOffset); 246 System.arraycopy(mCompareBytes, 0, bytecode, writingOffset, mCompareBytes.length) [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ |
asm-debug-all-4.0.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/misc/common/robolectric/lib/ |
asm-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
asm-analysis-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
asm-commons-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
asm-tree-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
asm-util-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/ |
asm-4.0.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.1/ |
asm-4.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.1/ |
asm-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.3/ |
asm-5.0.3.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.4/ |
asm-5.0.4.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.2/ |
asm-5.2.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/ |
asm-analysis-4.0.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.1/ |
asm-analysis-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.3/ |
asm-analysis-5.0.3.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.4/ |
asm-analysis-5.0.4.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/ |
asm-commons-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/ |
asm-commons-5.0.3.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/ |
asm-commons-5.0.4.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.2/ |
asm-commons-5.2.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/ |
asm-debug-all-5.0.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/ |
asm-debug-all-5.0.2.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/ |
asm-debug-all-5.0.4.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/ |
asm-debug-all-5.1.pom | 2 ! ASM: a very small and fast Java bytecode manipulation framework
|
Completed in 399 milliseconds
<<21222324252627282930>>