HomeSort by relevance Sort by last modified time
    Searched refs:Jump (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 158 EndBlock(Jump(2));
162 EndBlock(Jump(1));
183 EndBlock(Jump(2));
189 EndBlock(Jump(1));
253 EndBlock(Jump(2));
259 EndBlock(Jump(1));
290 EndBlock(Jump(2));
297 EndBlock(Jump(1));
  /art/compiler/optimizing/
intrinsics_utils.h 74 assembler->Jump(GetExitLabel());
  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 177 builder.Jump(&start)
188 builder.Jump(&end[0])
222 builder.Jump(&start)
323 builder.Jump(&start)
531 builder.Jump(&near0)
546 .Jump(&far0)
649 .Jump(&label0)
664 builder.Jump(&label4).Bind(&after_jump);
676 builder.Jump(&label0);
766 builder.Jump(&label
    [all...]
  /external/v8/src/debug/arm/
debug-arm.cc 124 __ Jump(ip);
152 __ Jump(ip);
  /external/v8/src/debug/mips/
debug-mips.cc 119 __ Jump(t9);
145 __ Jump(t9);
  /external/v8/src/debug/mips64/
debug-mips64.cc 121 __ Jump(t9);
147 __ Jump(t9);
  /external/v8/test/cctest/interpreter/bytecode_expectations/
BasicBlockToBoolean.golden 76 B(Jump), U8(4),
ClassAndSuperClass.golden 155 B(Jump), U8(11),
221 B(Jump), U8(11),
WideRegisters.golden 918 B(Jump), U8(-37),
1119 B(Jump), U8(-47),
UnaryOperators.golden 33 B(Jump), U8(-14),
  /external/valgrind/memcheck/tests/
badjump.stderr.exp 2 Jump to the invalid address stated on the next line
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 1 //===--- JumpDiagnostics.cpp - Protected scope jump analysis ------*- C++ -*-=//
49 /// InDiag - The note to emit if there is a jump into this scope.
52 /// OutDiag - The note to emit if there is an indirect jump out
331 // Jump from the catch into the try is not allowed either.
354 // Jump from __except or __finally into the __try are not allowed either.
425 // Jump from the catch to the finally or try is not valid.
437 // Jump from the finally to the try or catch is not valid.
524 Stmt *Jump = Jumps.pop_back_val();
527 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
540 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 256 __ Jump(masm->isolate()->builtins()->ToNumber(), RelocInfo::CODE_TARGET);
465 __ Jump(at);
490 __ Jump(at);
794 __ Jump(ra);
896 __ Jump(a2);
939 __ Jump(a3);
    [all...]
  /external/v8/src/mips64/
builtins-mips64.cc 252 __ Jump(masm->isolate()->builtins()->ToNumber(), RelocInfo::CODE_TARGET);
459 __ Jump(at);
483 __ Jump(at);
760 __ Jump(a2);
804 __ Jump(a3);
937 __ Jump(ra);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
flow.s 6 .global jump
7 jump: label
8 jump(P5);
9 Jump (pc + p3);
10 jUMp (0);
11 JumP.l (-16777216);
12 jumP.L (0x00fffffe);
13 JUMP.s (4094);
14 JUMP.L (0X00FF0000);
15 jump (footext)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
br_insn.s 114 # Branch/Jump and link instructions.
  /external/v8/src/arm/
builtins-arm.cc 249 __ Jump(masm->isolate()->builtins()->ToNumber(), RelocInfo::CODE_TARGET);
457 __ Jump(r2);
488 __ Jump(r2);
661 __ Jump(lr);
776 __ Jump(r5);
819 __ Jump(r3);
955 __ Jump(lr);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 204 Iter Jump, DebugLoc DL);
530 // Replace Jumps with the compact jump instruction.
532 Iter Jump, DebugLoc DL) {
537 MachineInstrBuilder MIB = BuildMI(MBB, Jump, DL, NewDesc);
539 MIB.addReg(Jump->getOperand(0).getReg());
541 Iter tmpIter = Jump;
542 Jump = std::prev(Jump);
545 return Jump;
  /external/v8/src/arm64/
builtins-arm64.cc 240 __ Jump(masm->isolate()->builtins()->ToNumber(), RelocInfo::CODE_TARGET);
774 __ Jump(x5);
    [all...]
  /external/v8/src/debug/ppc/
debug-ppc.cc 152 __ Jump(ip);
  /external/v8/src/debug/s390/
debug-s390.cc 156 __ Jump(ip);
  /external/v8/src/debug/x64/
debug-x64.cc 116 __ Jump(Operand(kScratchRegister, 0));
  /external/v8/src/interpreter/
control-flow-builders.h 44 // Inserts a jump to a unbound label that is patched when the corresponding
92 void JumpToHeader() { builder()->Jump(&loop_header_); }
98 // Inserts a jump to an unbound label that is patched when SetContinueTarget
125 // statement with |index| is emitted to update the case jump site.
134 // is a default case statement. Inserts a Jump to a unbound label that is
  /external/v8/src/ppc/
builtins-ppc.cc 259 __ Jump(masm->isolate()->builtins()->ToNumber(), RelocInfo::CODE_TARGET);
845 __ Jump(r6);
    [all...]
  /external/v8/src/s390/
builtins-s390.cc 246 __ Jump(masm->isolate()->builtins()->ToNumber(), RelocInfo::CODE_TARGET);
823 __ Jump(r5);
    [all...]

Completed in 271 milliseconds

12 3 4 5 6 7 8