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

/external/clang/test/Profile/
H A Dc-general.c127 // PGOGEN-LABEL: @jumps()
128 // PGOUSE-LABEL: @jumps()
130 void jumps() { function
535 jumps();
/external/clang/test/SemaCXX/
H A Dexceptions.cpp35 void jumps() { function
/external/chromium_org/third_party/mesa/src/src/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
145 * Note that identical jumps are usually unified though.
521 ir_jump* jumps[2]; local
523 /* Recursively lower nested jumps. This satisfies the
525 * unconditional jumps at the end of ir->then_instructions and
538 jumps[
[all...]
/external/mesa3d/src/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
145 * Note that identical jumps are usually unified though.
521 ir_jump* jumps[2]; local
523 /* Recursively lower nested jumps. This satisfies the
525 * unconditional jumps at the end of ir->then_instructions and
538 jumps[
[all...]
/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/dist/sljit/
H A DsljitLir.h302 struct sljit_jump *jumps; member in struct:sljit_compiler
974 Flags: - (never set any flags) for both conditional and unconditional jumps.
1013 Flags: - (never set any flags) for unconditional jumps.
/external/robolectric/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/ ...

Completed in 160 milliseconds