HomeSort by relevance Sort by last modified time
    Searched defs:Goto (Results 1 - 4 of 4) sorted by null

  /dalvik/tests/003-omnibus-opcodes/src/
Goto.java 20 class Goto {
26 System.out.println("Goto.smallGoto");
40 System.out.println("Goto.mediumGoto");
63 System.out.println("Goto.bigGoto");
    [all...]
Main.java 57 Goto.run();
  /external/v8/src/ia32/
codegen-ia32.h 188 void Goto(bool where) {
200 // Mark this jump target as used as if Goto had been called, but
235 // True if the Split or Goto functions have been called.
    [all...]
  /external/v8/src/x64/
codegen-x64.h 188 void Goto(bool where) {
200 // Mark this jump target as used as if Goto had been called, but
235 // True if the Split or Goto functions have been called.

Completed in 172 milliseconds