HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 276 - 300 of 338) sorted by null

<<11121314

  /external/webkit/Source/JavaScriptCore/jit/
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...]
JITCall.cpp 116 Jump wasEval;
173 Jump wasEval;
190 Jump jumpToSlow = branchPtrWithPatch(NotEqual, regT0, addressOfLinkedFunctionCheck, TrustedImmPtr(JSValue::encode(JSValue())));
229 Jump callLinkFailNotObject = emitJumpIfNotJSCell(regT0);
230 Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr));
242 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_call));
  /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/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
  /external/icu4c/common/
uhash.c 315 * "jump" value (moduloing by the length again to keep it within
326 * otherwise we are not guaranteed that the jump value (the secondary
335 int32_t jump = 0; /* lazy evaluate */ local
358 if (jump == 0) { /* lazy compute jump */
359 /* The jump value must be relatively prime to the table
363 jump = (hashcode % (hash->length - 1)) + 1;
365 theIndex = (theIndex + jump) % hash->length;
    [all...]
  /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/helloworld/
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/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();
TerrainGridAlphaMapTest.java 299 TerrainGridAlphaMapTest.this.player3.jump();
  /external/webkit/Source/JavaScriptCore/dfg/
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());
  /ndk/sources/host-tools/nawk-20071023/
proto.h 154 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...]
  /external/webkit/Source/JavaScriptCore/assembler/
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...]
MIPSAssembler.h 677 static void* getRelocatedAddress(void* code, JmpSrc jump)
679 ASSERT(jump.m_offset != -1);
680 void* b = reinterpret_cast<void*>((reinterpret_cast<intptr_t>(code)) + jump.m_offset);
819 /* Update each jump in the buffer of newBase. */
822 // Check each jump
MacroAssemblerARMv7.h 655 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right)
661 // ConditionNE jumps if NotEqual *or* unordered - force the unordered cases not to jump.
662 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
663 Jump result = makeBranch(ARMv7Assembler::ConditionNE);
668 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS);
669 Jump notEqual = makeBranch(ARMv7Assembler::ConditionNE);
672 Jump result = makeJump();
679 Jump branchTruncateDoubleToInt32(FPRegisterID, RegisterID)
682 return jump();
694 // Convert the integer result back to float & compare to the original value - if not equal or unordered (NaN) then jump
1000 Jump jump() function in class:JSC::MacroAssemblerARMv7
1005 void jump(RegisterID target) function in class:JSC::MacroAssemblerARMv7
1011 void jump(Address address) function in class:JSC::MacroAssemblerARMv7
    [all...]
  /external/libvpx/vp8/encoder/ppc/
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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 250 unsigned int jump : 1;
383 /* Predicate yielding nonzero iff X is a jump insn. */
389 /* Predicate yielding nonzero iff X is an insn that cannot jump. */
411 /* Predicate yielding nonzero iff X is a data for a jump table. */
810 (RTL_FLAG_CHECK1("SIBLING_CALL_P", (RTX), CALL_INSN)->jump)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 250 unsigned int jump : 1;
383 /* Predicate yielding nonzero iff X is a jump insn. */
389 /* Predicate yielding nonzero iff X is an insn that cannot jump. */
411 /* Predicate yielding nonzero iff X is a data for a jump table. */
810 (RTL_FLAG_CHECK1("SIBLING_CALL_P", (RTX), CALL_INSN)->jump)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 250 unsigned int jump : 1;
383 /* Predicate yielding nonzero iff X is a jump insn. */
389 /* Predicate yielding nonzero iff X is an insn that cannot jump. */
411 /* Predicate yielding nonzero iff X is a data for a jump table. */
810 (RTL_FLAG_CHECK1("SIBLING_CALL_P", (RTX), CALL_INSN)->jump)
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsCharacter.cpp 260 * Method: jump
271 character->jump();
  /external/libffi/src/powerpc/
linux64_closure.S 109 bctr # jump to it
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 195 # We'll jump a maximum of 5 times, to avoid endless redirections.

Completed in 1598 milliseconds

<<11121314