Searched refs:bytecode (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java26 * {@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) { argument
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 { argument
238 bytecode[writingOffset++] = generateInstructionByte();
240 writingOffset = writeValue(calculateTargetLabelOffset(), bytecode, writingOffset);
243 writingOffset = writeValue(mImm, bytecode, writingOffset);
246 System.arraycopy(mCompareBytes, 0, bytecode, writingOffse
[all...]
/frameworks/base/core/java/android/os/
H A DDebug.java47 import dalvik.bytecode.OpcodeInfo;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 174 milliseconds