HomeSort by relevance Sort by last modified time
    Searched full:unconditional (Results 1 - 25 of 278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_GOTO.S 4 * Unconditional branch, 8-bit offset.
OP_GOTO_16.S 4 * Unconditional branch, 16-bit offset.
OP_GOTO_32.S 4 * Unconditional branch, 32-bit offset.
  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 4 * Unconditional branch, 8-bit offset.
OP_GOTO_16.S 4 * Unconditional branch, 16-bit offset.
OP_AGET_WIDE.S 23 @ unconditional forward branches.
OP_APUT_WIDE.S 24 @ unconditional forward branches.
OP_GOTO_32.S 4 * Unconditional branch, 32-bit offset.
  /packages/apps/Phone/res/values/
attrs.xml 42 <!-- unconditional -->
43 <enum name="unconditional" value="0" />
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 31 * This InstructionVisitor simplifies unconditional branches to other
32 * unconditional branches.
77 // Check if the instruction is an unconditional goto instruction.
GotoReturnReplacer.java 31 * This InstructionVisitor replaces unconditional branches to return instructions
77 // Check if the instruction is an unconditional goto instruction.
  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.c 22 * Identify unconditional branches that jump to the immediate successor of the
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 23 @ unconditional forward branches.
OP_APUT_WIDE.S 22 @ unconditional forward branches.
  /dalvik/vm/mterp/x86-atom/
OP_GOTO.S 19 * Code: Do an unconditional branch. Uses no substitutions.
OP_GOTO_16.S 19 * Code: Do an unconditional branch. Uses no substitutions.
OP_GOTO_32.S 19 * Code: Do an unconditional branch. Uses no substitutions.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gcov 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
predict.def 50 /* Mark unconditional jump as taken. */
51 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
predict.def 50 /* Mark unconditional jump as taken. */
51 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 133 // Create a new unconditional branch that will fit.
174 // Create a new unconditional branch that will fit.
188 // Create a new unconditional branch that will fit.
  /external/libvpx/
solution.mk 53 # Always install this file, as it is an unconditional post-build rule.
  /dalvik/libdex/
InstrUtils.h 98 kInstrCanBranch = 1, // conditional or unconditional branch
104 kInstrUnconditional = 1 << 6, // unconditional branch

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>