Searched defs:bytecode (Results 1 - 2 of 2) 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.
217 * Write {@code value} at offset {@code writingOffset} into {@code bytecode}.
225 private int writeValue(int value, byte[] bytecode, int writingOffset) { argument
227 bytecode[writingOffset++] = (byte)((value >> (i * 8)) & 255);
233 * Generate bytecode for this instruction at offset {@link offset}.
235 void generate(byte[] bytecode) throws IllegalInstructionException { argument
240 bytecode[writingOffset++] = generateInstructionByte();
242 writingOffset = writeValue(calculateTargetLabelOffset(), bytecode, writingOffset);
245 writingOffset = writeValue(mImm, bytecode, writingOffset);
248 System.arraycopy(mCompareBytes, 0, bytecode, writingOffse
[all...]
/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 606 milliseconds