HomeSort by relevance Sort by last modified time
    Searched refs:fallthrough (Results 1 - 10 of 10) sorted by null

  /external/v8/test/mjsunit/
switch.js 124 assertEquals(3, f4(0), "fallthrough-switch.0");
125 assertEquals(3, f4(1), "fallthrough-switch.1");
126 assertEquals(3, f4(2), "fallthrough-switch.2");
127 assertEquals(5, f4(3), "fallthrough-switch.3");
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 240 Label fallthrough; local
242 __ j(not_equal, &fallthrough);
245 __ bind(&fallthrough);
252 Label fallthrough; local
264 __ j(equal, &fallthrough);
362 __ bind(&fallthrough);
369 Label fallthrough; local
380 __ j(equal, &fallthrough);
426 __ bind(&fallthrough);
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 252 Label fallthrough;
254 __ j(not_equal, &fallthrough);
257 __ bind(&fallthrough);
264 Label fallthrough;
281 __ j(equal, &fallthrough);
381 __ bind(&fallthrough);
388 Label fallthrough;
401 __ j(equal, &fallthrough);
445 __ bind(&fallthrough);
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 282 Label fallthrough;
289 __ b(eq, &fallthrough);
372 __ bind(&fallthrough);
379 Label fallthrough;
387 __ b(eq, &fallthrough);
415 __ bind(&fallthrough);
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 273 @ NOTE: intended fallthrough
285 GOTO_OPCODE_IFEQ(ip) @ if not profiling, fallthrough otherwise */
294 GOTO_OPCODE_IFNE(ip) @ if not threshold, fallthrough otherwise */
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 235 milliseconds