Searched defs:jumpType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARMv7.h64 bool canCompact(JumpType jumpType) { return m_assembler.canCompact(jumpType); } argument
65 JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) { return m_assembler.computeJumpType(jumpType, from, to); } argument
68 int jumpSizeDelta(JumpType jumpType, JumpLinkType jumpLinkType) { return m_assembler.jumpSizeDelta(jumpType, jumpLinkType); } argument
H A DARMv7Assembler.h1960 int jumpSizeDelta(JumpType jumpType, JumpLinkType jumpLinkType) { return JUMP_ENUM_SIZE(jumpType) - JUMP_ENUM_SIZE(jumpLinkType); } argument
1969 bool canCompact(JumpType jumpType) argument
1978 JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) argument
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCompile.c2865 TclEmitForwardJump( CompileEnv *envPtr, TclJumpType jumpType, JumpFixup *jumpFixupPtr) argument
H A DtclCompile.h735 TclJumpType jumpType; /* Indicates the kind of jump. */ member in struct:JumpFixup
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCompile.h693 TclJumpType jumpType; /* Indicates the kind of jump. */ member in struct:JumpFixup

Completed in 131 milliseconds