Searched refs:blockIndexForBytecodeOffset (Results 1 – 5 of 5) sorted by relevance
114 …printf("%sT:#%u", hasPrinted ? ", " : "", blockIndexForBytecodeOffset(node.takenBytecodeOffset())); in dump()118 …printf("%sF:#%u", hasPrinted ? ", " : "", blockIndexForBytecodeOffset(node.notTakenBytecodeOffset(… in dump()
94 BlockIndex blockIndexForBytecodeOffset(unsigned bytecodeBegin) in blockIndexForBytecodeOffset() function
594 BlockIndex taken = m_jit.graph().blockIndexForBytecodeOffset(node.takenBytecodeOffset()); in compile()609 BlockIndex taken = m_jit.graph().blockIndexForBytecodeOffset(node.takenBytecodeOffset()); in compile()610 … BlockIndex notTaken = m_jit.graph().blockIndexForBytecodeOffset(node.notTakenBytecodeOffset()); in compile()
642 BlockIndex taken = m_jit.graph().blockIndexForBytecodeOffset(node.takenBytecodeOffset()); in compile()653 BlockIndex taken = m_jit.graph().blockIndexForBytecodeOffset(node.takenBytecodeOffset()); in compile()654 … BlockIndex notTaken = m_jit.graph().blockIndexForBytecodeOffset(node.notTakenBytecodeOffset()); in compile()
746 (JSC::DFG::Graph::blockIndexForBytecodeOffset):