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

1 2 3 4 5 6 7 8

  /external/v8/test/cctest/compiler/
test-jump-threading.cc 7 #include "src/compiler/jump-threading.h"
28 int Jump(int target) {
125 code.Jump(1);
127 code.Jump(2);
141 code.Jump(1);
144 code.Jump(2);
236 code.Jump(1);
249 code.Jump(0);
262 code.Jump(0);
277 code.Jump(0)
    [all...]
  /external/v8/test/cctest/interpreter/bytecode_expectations/
Conditional.golden 22 B(Jump), U8(4),
45 B(Jump), U8(4),
47 B(Jump), U8(4),
BasicLoops.golden 88 /* 114 S> */ B(Jump), U8(10),
92 /* 138 S> */ B(Jump), U8(4),
93 B(Jump), U8(-35),
126 /* 73 S> */ B(Jump), U8(40),
130 /* 97 S> */ B(Jump), U8(34),
134 /* 118 S> */ B(Jump), U8(26),
138 /* 140 S> */ B(Jump), U8(16),
142 /* 164 S> */ B(Jump), U8(10),
146 B(Jump), U8(-46),
183 /* 94 S> */ B(Jump), U8(10)
    [all...]
RemoveRedundantLdar.golden 33 /* 101 S> */ B(Jump), U8(4),
34 B(Jump), U8(-15),
66 /* 92 S> */ B(Jump), U8(2),
Switch.golden 33 B(Jump), U8(8),
69 B(Jump), U8(14),
72 /* 73 S> */ B(Jump), U8(8),
75 /* 96 S> */ B(Jump), U8(2),
107 B(Jump), U8(12),
112 /* 105 S> */ B(Jump), U8(2),
145 B(Jump), U8(6),
146 /* 66 S> */ B(Jump), U8(10),
147 /* 82 S> */ B(Jump), U8(8),
150 /* 106 S> */ B(Jump), U8(2)
    [all...]
ForOf.golden 47 B(Jump), U8(-48),
48 B(Jump), U8(41),
66 B(Jump), U8(7),
83 B(Jump), U8(106),
93 B(Jump), U8(18),
104 B(Jump), U8(29),
115 B(Jump), U8(27),
122 B(Jump), U8(7),
128 B(Jump), U8(5),
190 B(Jump), U8(57)
    [all...]
TryFinally.golden 27 B(Jump), U8(7),
39 B(Jump), U8(5),
67 B(Jump), U8(33),
82 B(Jump), U8(7),
94 B(Jump), U8(5),
124 B(Jump), U8(33),
137 B(Jump), U8(33),
152 B(Jump), U8(7),
164 B(Jump), U8(5),
DoExpression.golden 66 /* 74 S> */ B(Jump), U8(4),
67 B(Jump), U8(-12),
TryCatch.golden 22 B(Jump), U8(32),
59 B(Jump), U8(29),
73 B(Jump), U8(33),
Generators.golden 62 B(Jump), U8(2),
70 B(Jump), U8(35),
80 B(Jump), U8(14),
83 B(Jump), U8(8),
101 B(Jump), U8(11),
170 B(Jump), U8(2),
178 B(Jump), U8(113),
204 B(Jump), U8(2),
212 B(Jump), U8(35),
222 B(Jump), U8(14)
    [all...]
BreakableBlocks.golden 30 /* 69 S> */ B(Jump), U8(2),
80 /* 161 S> */ B(Jump), U8(16),
84 B(Jump), U8(-31),
88 B(Jump), U8(-48),
127 /* 88 S> */ B(Jump), U8(2),
188 B(Jump), U8(27),
ForIn.golden 91 B(Jump), U8(-23),
134 B(Jump), U8(-30),
180 /* 113 S> */ B(Jump), U8(16),
186 /* 143 S> */ B(Jump), U8(8),
189 B(Jump), U8(-51),
236 B(Jump), U8(-34),
  /external/valgrind/memcheck/tests/
badjump2.stderr.exp 0 Jump to the invalid address stated on the next line
  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 119 EndBlock(Jump(0));
153 EndBlock(Jump(2));
156 EndBlock(Jump(1));
173 EndBlock(Jump(2));
177 EndBlock(Jump(1));
198 EndBlock(Jump(2));
205 EndBlock(Jump(1));
231 EndBlock(Jump(2));
234 EndBlock(Jump(1));
241 EndBlock(Jump(2))
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
MethodAnalyzer.java 53 private final List<Jump> jumps = new ArrayList<Jump>();
165 jumps.add(new Jump(lastInsn, label));
193 jumps.add(new Jump(lastInsn, dflt));
197 jumps.add(new Jump(lastInsn, l));
254 jumps.add(new Jump(lastInsn, label));
265 for (final Jump j : jumps) {
293 private static class Jump {
298 Jump(final Instruction source, final Label target) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loongson-2f-3.s 1 # Test the work around of the Jump instruction Issue of Loongson2F
loongson-2f-3.d 1 #as: -mfix-loongson2f-jump
3 #name: ST Microelectronics Loongson-2F workarounds of Jump Instruction issue
  /external/v8/src/ic/arm/
access-compiler-arm.cc 17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/arm64/
access-compiler-arm64.cc 17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/mips/
access-compiler-mips.cc 17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/mips64/
access-compiler-mips64.cc 17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/ppc/
access-compiler-ppc.cc 17 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/ic/s390/
access-compiler-s390.cc 18 __ Jump(code, RelocInfo::CODE_TARGET);
  /external/v8/src/interpreter/
control-flow-builders.cc 24 builder()->Jump(&sites->back());
58 builder()->Jump(&sites->at(index));
143 builder()->Jump(&exit_);
159 builder()->Jump(&finalization_sites_.back());
  /hardware/intel/bootstub/
head.S 87 jmpl *%ecx # Jump to the 32-bit entrypoint

Completed in 285 milliseconds

1 2 3 4 5 6 7 8