HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 1 - 25 of 1034) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/wml/
onevent-prev.wml 6 <p>Clicking "Go" will cause it to jump to the card2, but which binds prev task to onenterforward event within onevent element, as a result, it will jump back to card 1</p>
14 <p>This is card2. When card 2 is entered forward, it will jump back to the previous page</p>
card-onenterbackward.wml 6 <p>Click "Go" to jump to the card2, if you go back from card2, it will jump to card3</p>
onevent-go.wml 9 <p>when enter forward to this card, it will jump to card 2</p>
14 <p>while card 1 is loaded, it will trigger the onenterforward event and jump to card2 immediately</p>
access-target.wml 7 <p>If the test passes, this deck will jump to "targetdeck.wml" after 3 second</p>
  /external/v8/src/
jump-target.h 42 // Jump targets
44 // A jump target is an abstraction of a basic-block entry in generated
52 // A jump target must have been reached via control flow (either by
59 // Forward-only jump targets can only be reached by forward CFG edges.
62 // Construct a jump target used to generate code and to provide
71 // Construct a jump target.
81 // Set the direction of the jump target.
86 // Treat the jump target as a fresh one. The state is reset.
108 // Emit a jump to the target. There must be a current frame at the
109 // jump and there will be no current frame after the jump
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CONST_16.S 8 GOTO_OPCODE(ip) @ jump to next instruction
stub.S 8 GOTO_OPCODE(ip) @ ...and jump to the handler
OP_GOTO.S 20 GOTO_OPCODE(ip) @ jump to next instruction
24 GOTO_OPCODE(ip) @ jump to next instruction
OP_GOTO_16.S 19 GOTO_OPCODE(ip) @ jump to next instruction
23 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_HIGH16.S 9 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_EXCEPTION.S 11 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_FROM16.S 10 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_RESULT.S 9 GOTO_OPCODE(ip) @ jump to next instruction
  /external/webkit/JavaScriptCore/assembler/
MacroAssembler.h 60 using MacroAssemblerBase::jump;
128 void jump(Label target) function in class:JSC::MacroAssembler
130 jump().linkTo(target, this);
265 Jump branchPtr(Condition cond, RegisterID left, RegisterID right)
270 Jump branchPtr(Condition cond, RegisterID left, ImmPtr right)
275 Jump branchPtr(Condition cond, RegisterID left, Address right)
280 Jump branchPtr(Condition cond, Address left, RegisterID right)
285 Jump branchPtr(Condition cond, AbsoluteAddress left, RegisterID right)
290 Jump branchPtr(Condition cond, Address left, ImmPtr right)
295 Jump branchPtr(Condition cond, AbsoluteAddress left, ImmPtr right
    [all...]
AbstractMacroAssembler.h 51 class Jump;
208 // during JIT code generation. For example, the type Jump is used to
209 // track the location of a jump instruction so that it may later be
216 // it may be used as a destination for a jump.
220 friend class Jump;
318 static Call fromTailJump(Jump jump)
320 return Call(jump.m_jmp, Linkable);
328 // Jump:
330 // A jump object is a reference to a jump instruction that has been plante
    [all...]
MacroAssemblerX86_64.h 122 Jump newJump = Jump(m_assembler.jmp_r(scratchRegister));
127 Call makeTailRecursiveCall(Jump oldJump)
131 Jump newJump = Jump(m_assembler.jmp_r(scratchRegister));
302 Jump branchPtr(Condition cond, RegisterID left, RegisterID right)
305 return Jump(m_assembler.jCC(x86Condition(cond)));
308 Jump branchPtr(Condition cond, RegisterID left, ImmPtr right)
314 Jump branchPtr(Condition cond, RegisterID left, Address right)
317 return Jump(m_assembler.jCC(x86Condition(cond)))
    [all...]
MacroAssemblerX86Common.h 438 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
448 Jump isUnordered(m_assembler.jp());
449 Jump result = Jump(m_assembler.je());
453 Jump isUnordered(m_assembler.jp());
454 Jump isEqual(m_assembler.je());
456 Jump result = jump();
462 return Jump(m_assembler.jCC(static_cast<X86Assembler::Condition>(cond & ~DoubleConditionBits)));
469 Jump branchTruncateDoubleToInt32(FPRegisterID src, RegisterID dest
721 Jump jump() function in class:JSC::MacroAssemblerX86Common
726 void jump(RegisterID target) function in class:JSC::MacroAssemblerX86Common
732 void jump(Address address) function in class:JSC::MacroAssemblerX86Common
    [all...]
MacroAssemblerARM.h 362 Jump branch32(Condition cond, RegisterID left, RegisterID right, int useConstantPool = 0)
365 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool));
368 Jump branch32(Condition cond, RegisterID left, Imm32 right, int useConstantPool = 0)
375 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool));
378 Jump branch32(Condition cond, RegisterID left, Address right)
384 Jump branch32(Condition cond, Address left, RegisterID right)
390 Jump branch32(Condition cond, Address left, Imm32 right)
396 Jump branch32(Condition cond, BaseIndex left, Imm32 right)
402 Jump branch32WithUnalignedHalfWords(Condition cond, BaseIndex left, Imm32 right)
408 Jump branch16(Condition cond, BaseIndex left, RegisterID right
455 Jump jump() function in class:JSC::MacroAssemblerARM
460 void jump(RegisterID target) function in class:JSC::MacroAssemblerARM
465 void jump(Address address) function in class:JSC::MacroAssemblerARM
686 Jump jump = branch32(cond, left, ARMRegisters::S1, true); local
694 Jump jump = branch32(cond, ARMRegisters::S0, ARMRegisters::S1, true); local
    [all...]
  /development/samples/ApiDemos/res/menu/
title_only.xml 19 <item android:id="@+id/jump"
20 android:title="@string/jump" />
  /external/iproute2/include/linux/
fib_rules.h 37 FRA_GOTO, /* target to jump to (FR_ACT_GOTO) */
59 FR_ACT_GOTO, /* Jump to another rule */
  /dalvik/vm/mterp/x86-atom/
OP_PACKED_SWITCH.S 19 * Code: Jump to a new instruction using a jump table
23 * Description: Jump to a new instruction based on the value in the given
52 FINISH_RB %edx, %ecx # jump to next instruction
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 86 void Generator::generateIncrementIndex(Jump* failure)
136 Jump skipIfEmpty = branch32(Equal, Address(output, ((2 * subpatternId) + 1) * sizeof(int)), character);
155 Jump start = jump();
160 failures.append(jump());
203 // (1) Greedily read as many copies of the atom as possible, then jump to (2).
208 jump(readAtom);
210 doneReadingAtomsList.append(jump());
213 doneReadingAtomsList.append(jump());
219 failures.append(jump());
    [all...]

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>