HomeSort by relevance Sort by last modified time
    Searched refs:branch (Results 251 - 275 of 350) sorted by null

<<11121314

  /external/chromium_org/v8/src/
hydrogen-instructions.cc     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 150 cbnz r0, 1f @ result non-zero branch over
156 cbz r0, 1f @ result zero branch over
249 * thread and we branch to another stub to deliver it.
386 b .Lretry_lock @ unlikely forward branch, need to reload and recheck r1/r2
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 45 void Mir2Lir::AddIntrinsicSlowPath(CallInfo* info, LIR* branch, LIR* resume) {
48 IntrinsicSlowPathPath(Mir2Lir* m2l, CallInfo* info, LIR* branch, LIR* resume = nullptr)
49 : LIRSlowPath(m2l, info->offset, branch, resume), info_(info) {
67 AddSlowPath(new (arena_) IntrinsicSlowPathPath(this, info, branch, resume));
    [all...]
codegen_util.cc 827 * branch table during the assembly phase. All resource flags
1217 LIR* branch = OpCmpImmBranch(cond, temp_reg, check_value, target); local
    [all...]
mir_to_lir.h 491 // branch over them.
515 // So you see we need two labels and two branches. The first branch (called fromfast) is
516 // the conditional branch to the slow path code. The second label (called cont) is used
517 // as an unconditional branch target for getting back to the code after the slow path
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 1635 bool branch = false; local
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 394 and using the bit as a decision boolean to take the 0 branch (left in
395 the above examples) or the 1 branch (right in the above examples).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 654 def visitListCompIf(self, node, branch):
657 self.emit('POP_JUMP_IF_FALSE', branch)
734 def visitGenExprIf(self, node, branch):
737 self.emit('POP_JUMP_IF_FALSE', branch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 654 def visitListCompIf(self, node, branch):
657 self.emit('POP_JUMP_IF_FALSE', branch)
734 def visitGenExprIf(self, node, branch):
737 self.emit('POP_JUMP_IF_FALSE', branch)
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 431 * thread and we branch to another stub to deliver it.
528 beq $t1, $t2, 1f # branch if result type char == 'D'
530 beq $t1, $t3, 1f # branch if result type char == 'F'
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 2139 bin_tree_t *tree, *branch = NULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 236 my $branch = gitBranch();
237 $baseProductDir = "$baseProductDir/$branch";
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 939 LInstruction* branch = new(zone()) LBranch(UseRegister(value)); local
943 branch = AssignEnvironment(branch);
945 return branch;
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 980 LInstruction* branch = new(zone()) LBranch(UseRegister(value), temp); local
984 branch = AssignEnvironment(branch);
986 return branch;
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 949 LInstruction* branch = new(zone()) LBranch(UseRegister(value)); local
953 branch = AssignEnvironment(branch);
955 return branch;
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 949 LInstruction* branch = new(zone()) LBranch(UseRegister(value)); local
953 branch = AssignEnvironment(branch);
955 return branch;
    [all...]

Completed in 918 milliseconds

<<11121314