HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 226 - 250 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 135 inputManager.addMapping("Jump", new KeyTrigger(KeyInput.KEY_SPACE));
140 inputManager.addListener(this, "Jump");
154 } else if (binding.equals("Jump")) {
155 player.jump();
HelloTerrainCollision.java 180 inputManager.addMapping("Jump", new KeyTrigger(KeyInput.KEY_SPACE));
185 inputManager.addListener(this, "Jump");
199 } else if (binding.equals("Jump")) {
200 player.jump();
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86.h 111 Jump branch32(Condition cond, AbsoluteAddress left, RegisterID right)
114 return Jump(m_assembler.jCC(x86Condition(cond)));
117 Jump branch32(Condition cond, AbsoluteAddress left, TrustedImm32 right)
120 return Jump(m_assembler.jCC(x86Condition(cond)));
130 return Call::fromTailJump(jump());
133 Call makeTailRecursiveCall(Jump oldJump)
145 Jump branchPtrWithPatch(Condition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0))
149 return Jump(m_assembler.jCC(x86Condition(cond)));
152 Jump branchPtrWithPatch(Condition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0))
156 return Jump(m_assembler.jCC(x86Condition(cond)))
    [all...]
MacroAssemblerMIPS.h 887 // This set of jump and conditional branch operations return a Jump
888 // object which may linked at a later point, allow forwards jump,
903 Jump branch8(Condition cond, Address left, TrustedImm32 right)
912 Jump branch32(Condition cond, RegisterID left, RegisterID right)
1100 Jump jump() function in class:JSC::MacroAssemblerMIPS
1105 void jump(RegisterID target) function in class:JSC::MacroAssemblerMIPS
1111 void jump(Address address) function in class:JSC::MacroAssemblerMIPS
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess32_64.cpp 216 Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), info.structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(patchGetByIdDefaultStructure)));
218 Jump protoStructureCheck = branchPtrWithPatch(NotEqual, Address(regT2, JSCell::structureOffset()), protoStructureToCompare, TrustedImmPtr(reinterpret_cast<void*>(patchGetByIdDefaultStructure)));
226 Jump match = jump();
334 Jump nonCell = jump();
336 Jump notString = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsStringVPtr));
338 Jump failed = branchTestPtr(Zero, regT0);
340 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_get_by_val));
369 Jump empty = branch32(Equal, BaseIndex(regT3, regT2, TimesEight, OBJECT_OFFSETOF(ArrayStorage, m_vector (…)
    [all...]
JIT.cpp 96 Jump skipTimeout = branchSub32(NonZero, TrustedImm32(1), timeoutCheckRegister);
106 Jump skipTimeout = branchSub32(NonZero, TrustedImm32(1), timeoutCheckRegister);
446 emitJumpSlowToHot(jump(), 0);
473 Jump registerFileCheck;
501 jump(functionBody);
511 jump(beginLabel);
JSInterfaceJIT.h 192 inline Jump emitLoadJSCell(unsigned virtualRegisterIndex, RegisterID payload);
193 inline Jump emitLoadInt32(unsigned virtualRegisterIndex, RegisterID dst);
194 inline Jump emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch);
202 inline Jump emitJumpIfNotJSCell(unsigned virtualRegisterIndex);
207 Jump emitJumpIfImmediateNumber(RegisterID reg);
208 Jump emitJumpIfNotImmediateNumber(RegisterID reg);
225 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadJSCell(unsigned virtualRegisterIndex, RegisterID payload)
231 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotJSCell(unsigned virtualRegisterIndex)
237 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadInt32(unsigned virtualRegisterIndex, RegisterID dst)
266 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 293 public void setKeys(int left, int right, int jump, int attack) {
296 mJumpKeyCode = jump;
  /external/iptables/libiptc/
libiptc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
94 IPTCC_R_JUMP, /* jump to other chain */
107 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */ member in struct:rule_head
127 unsigned int index; /* index (needed for jump resolval) */
395 } else if (res < 0) { /* Too far, jump back */
404 debug("jump back to pos:%d (end:%d)\n", pos, end);
406 } else if (res > 0 ){ /* Not far enough, jump forward */
430 debug("jump forward to pos:%d (end:%d)\n", pos, end);
702 * chains, but this function is only used for finding jump
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.cpp 70 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister);
71 JITCompiler::Jump nonNumeric = m_jit.branchTestPtr(MacroAssembler::Zero, jsValueReg, JITCompiler::tagTypeNumberRegister);
77 JITCompiler::Jump hasUnboxedDouble = m_jit.jump();
87 JITCompiler::Jump hasCalledToNumber = m_jit.jump();
105 JITCompiler::Jump isInteger = m_jit.branchPtr(MacroAssembler::AboveOrEqual, jsValueReg, JITCompiler::tagTypeNumberRegister);
114 JITCompiler::Jump hasCalledToInt32 = m_jit.jump();
127 JITCompiler::Jump truncatedToInteger = m_jit.branchTruncateDoubleToInt32(fpReg, reg, JITCompiler::BranchIfTruncateSu (…)
    [all...]
DFGSpeculativeJIT.h 73 SpeculationCheck(MacroAssembler::Jump, SpeculativeJIT*, unsigned recoveryIndex = 0);
75 // The location of the jump out from the speculative path,
77 MacroAssembler::Jump m_check;
155 void speculationCheck(MacroAssembler::Jump jumpToFail)
160 void speculationCheck(MacroAssembler::Jump jumpToFail, const SpeculationRecovery& recovery)
172 speculationCheck(m_jit.jump());
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 271 GOTO_OPCODE(ip) @ jump to next instruction
344 bxne r0 @ jump to the translation
409 bx r10 @ jump to the translation
614 GOTO_OPCODE(ip) @ jump to next instruction
620 GOTO_OPCODE(ip) @ jump to next instruction
673 GOTO_OPCODE(ip) @ jump to next instruction
714 * that set r9 and jump here?
777 GOTO_OPCODE(ip) @ jump to next instruction
782 GOTO_OPCODE(ip) @ jump to next instruction
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 187 ;# vertical filtering, jump to storing the data. Otherwise
272 ;# vertical filtering, jump to storing the data. Otherwise
362 ;# vertical filtering, jump to storing the data. Otherwise
555 ;# vertical filtering, jump to storing the data. Otherwise
variance_subpixel_altivec.asm 214 ;# vertical filtering, jump to storing the data. Otherwise
309 ;# vertical filtering, jump to storing the data. Otherwise
427 ;# vertical filtering, jump to storing the data. Otherwise
632 ;# vertical filtering, jump to storing the data. Otherwise
733 ;# vertical filtering, jump to storing the data. Otherwise
  /dalvik/vm/mterp/x86/
footer.S 27 * should be reached via a direct jump and rPC set beforehand.
32 * The compiler will generate a jump to this entry point when it is
123 jmp *%eax # jump to tranlation
154 ## An additional 5B instruction "jump 0" was added for a thread-safe
197 ## An additional 5B instruction "jump 0" was added for a thread-safe
278 * jump to it now.
397 jz .LinvokeArgsDone # no args; jump to args done
445 je .LinvokeArgsDone # no args; jump to args done
560 GOTO_NEXT # jump to methodToCall->insns
610 GOTO_NEXT_R %ecx # jump to next instructio
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
_setjmp.S 135 bne v0, MAGIC__SETJMP, botch # jump if error
  /external/icu4c/common/
uhash.c 316 * "jump" value (moduloing by the length again to keep it within
327 * otherwise we are not guaranteed that the jump value (the secondary
336 int32_t jump = 0; /* lazy evaluate */ local
359 if (jump == 0) { /* lazy compute jump */
360 /* The jump value must be relatively prime to the table
364 jump = (hashcode % (hash->length - 1)) + 1;
366 theIndex = (theIndex + jump) % hash->length;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCharacter.java 84 inputManager.addMapping("Jump",
92 inputManager.addListener(this, "Jump", "Shoot");
194 } else if (binding.equals("Jump")) {
195 physicsCharacter.jump();
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridSerializationTest.java 150 TerrainGridSerializationTest.this.player3.jump();
TerrainGridTest.java 210 TerrainGridTest.this.player3.jump();
TerrainGridTileLoaderTest.java 207 TerrainGridTileLoaderTest.this.player3.jump();
  /ndk/sources/host-tools/nawk-20071023/
proto.h 156 extern Cell *jump(Node **, int);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1183 final int jump = _blocks [patchData [3]].m_first - patchData [2]; local
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 265 GOTO_OPCODE(t0) # jump to next instruction
351 jr a0 # jump to the translation
422 jr rBIX # jump to the translation
747 * that set r9 and jump here?
789 GOTO_OPCODE(t0) # jump to next instruction
    [all...]

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 91011>>