Searched defs:ApfGenerator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java30 public class ApfGenerator { class
111 // Offset in bytes from the begining of this program. Set by {@link ApfGenerator#generate}.
371 * Creates an ApfGenerator instance which is able to emit instructions for the specified
375 ApfGenerator(int version) throws IllegalInstructionException { method in class:ApfGenerator
381 * Returns true if the ApfGenerator supports the specified {@code version}, otherwise false.
404 * an {@link ApfGenerator} might be passed to a function that adds a filter like so:
415 public ApfGenerator defineLabel(String name) throws IllegalInstructionException {
425 public ApfGenerator addJump(String target) {
436 public ApfGenerator addLoad8(Register register, int offset) {
447 public ApfGenerator addLoad1
[all...]

Completed in 60 milliseconds