Searched refs:branchIndexInBlock (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.cpp997 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
998 if (branchIndexInBlock != UINT_MAX) {
999 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock);
1005 m_indexInBlock = branchIndexInBlock;
1018 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
1019 if (branchIndexInBlock != UINT_MAX) {
1020 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock);
1026 m_indexInBlock = branchIndexInBlock;
1538 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
1539 if (branchIndexInBlock !
3624 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
3696 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
3711 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
3726 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
3746 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
4094 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
[all...]
H A DDFGSpeculativeJIT32_64.cpp496 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
497 if (branchIndexInBlock != UINT_MAX) {
498 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock);
506 m_indexInBlock = branchIndexInBlock;
H A DDFGSpeculativeJIT64.cpp442 unsigned branchIndexInBlock = detectPeepHoleBranch(); local
443 if (branchIndexInBlock != UINT_MAX) {
444 Node* branchNode = m_jit.graph().m_blocks[m_block]->at(branchIndexInBlock);
452 m_indexInBlock = branchIndexInBlock;

Completed in 110 milliseconds