Home
last modified time | relevance | path

Searched refs:JumpConditionFixedSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
DARMv7Assembler.h446 …Fixed, JumpNoCondition, JumpCondition, JumpNoConditionFixedSize, JumpConditionFixedSize, JumpTypeC… enumerator
500 … ASSERT(m_type == JumpFixed || m_type == JumpCondition || m_type == JumpConditionFixedSize); in JmpSrc()
1674 if (jumpType == JumpConditionFixedSize) in computeJumpType()
DMacroAssemblerARMv7.h1268 …bx(dataTempRegister, inUninterruptedSequence() ? ARMv7Assembler::JumpConditionFixedSize : ARMv7Ass… in makeBranch()