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

/external/clang/test/Profile/
H A Dc-general.c131 // PGOGEN-LABEL: @jumps()
132 // PGOUSE-LABEL: @jumps()
134 void jumps() { function
553 jumps();
/external/clang/test/SemaCXX/
H A Dexceptions.cpp37 void jumps() { function
/external/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp27 * This pass lowers jumps (break, continue, and return) to if/else structures.
30 * 1. Pull jumps out of ifs where possible
70 * The ordering of strengths roughly reflects the way jumps are
71 * lowered: jumps with higher strength tend to be lowered to jumps of
147 * Note that identical jumps are usually unified though.
528 ir_jump* jumps[2]; local
530 /* Recursively lower nested jumps. This satisfies the
532 * unconditional jumps at the end of ir->then_instructions and
545 jumps[
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzer.java69 /** List of all jumps encountered */
70 private final List<Jump> jumps = new ArrayList<Jump>(); field in class:MethodAnalyzer
257 jumps.add(new Jump(lastInsn, label, 1));
286 jumps.add(new Jump(lastInsn, dflt, branch));
291 jumps.add(new Jump(lastInsn, l, branch));
350 jumps.add(new Jump(lastInsn, label, branch));
360 // Wire jumps:
361 for (final Jump j : jumps) {
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1049 ArrayList jumps = makeJumpList(code, code.length);
1051 addLdcW(ldcs, jumps);
1056 byte[] r = insertGap2w(code, 0, 0, false, jumps, pointers);
1060 private static void addLdcW(CodeAttribute.LdcEntry ldcs, ArrayList jumps) { argument
1063 int s = jumps.size();
1065 if (where < ((Branch)jumps.get(i)).orgPos) {
1066 jumps.add(i, ldcw);
1070 jumps.add(ldcw);
1093 ArrayList jumps = makeJumpList(code, code.length);
1095 byte[] r = insertGap2w(code, where, gapLength, exclusive, jumps, pointer
1110 insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, ArrayList jumps, Pointers ptrs) argument
1215 makeExapndedCode(byte[] code, ArrayList jumps, int where, int gapLength) argument
[all...]
/external/pcre/dist2/src/sljit/
H A DsljitLir.h304 struct sljit_jump *jumps; member in struct:sljit_compiler
1011 Flags: - (never set any flags) for both conditional and unconditional jumps.
1050 Flags: - (never set any flags) for unconditional jumps.
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...

Completed in 2308 milliseconds