HomeSort by relevance Sort by last modified time
    Searched refs:IllegalInstructionException (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 34 public static class IllegalInstructionException extends Exception {
35 IllegalInstructionException(String msg) {
138 void setLabel(String label) throws IllegalInstructionException {
140 throw new IllegalInstructionException("duplicate label " + label);
186 boolean shrink() throws IllegalInstructionException {
235 void generate(byte[] bytecode) throws IllegalInstructionException {
269 private int calculateTargetLabelOffset() throws IllegalInstructionException {
279 throw new IllegalInstructionException("label not found: " + mTargetLabel);
284 throw new IllegalInstructionException("backward branches disallowed; label: " +
372 * {@code version} of the APF interpreter. Throws {@code IllegalInstructionException} i
    [all...]
ApfFilter.java 35 import android.net.apf.ApfGenerator.IllegalInstructionException;
    [all...]
  /frameworks/base/tests/net/java/android/net/apf/
Bpf2Apf.java 20 import android.net.apf.ApfGenerator.IllegalInstructionException;
56 throws IllegalInstructionException {
309 public static byte[] convert(String bpf) throws IllegalInstructionException {
ApfTest.java 34 import android.net.apf.ApfGenerator.IllegalInstructionException;
164 throws IllegalInstructionException, Exception {
177 throws IllegalInstructionException {
183 throws IllegalInstructionException {
188 throws IllegalInstructionException {
193 throws IllegalInstructionException {
198 throws IllegalInstructionException {
208 public void testApfInstructions() throws IllegalInstructionException {
611 @Test(expected = ApfGenerator.IllegalInstructionException.class)
618 public void testApfDataOpcodesWantApfV3() throws IllegalInstructionException, Exception
    [all...]

Completed in 74 milliseconds