Home
last modified time | relevance | path

Searched refs:blockIndexForBytecodeOffset (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGGraph.cpp114 …printf("%sT:#%u", hasPrinted ? ", " : "", blockIndexForBytecodeOffset(node.takenBytecodeOffset())); in dump()
118 …printf("%sF:#%u", hasPrinted ? ", " : "", blockIndexForBytecodeOffset(node.notTakenBytecodeOffset(… in dump()
DDFGGraph.h94 BlockIndex blockIndexForBytecodeOffset(unsigned bytecodeBegin) in blockIndexForBytecodeOffset() function
DDFGNonSpeculativeJIT.cpp594 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()
DDFGSpeculativeJIT.cpp642 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()
/external/webkit/Source/JavaScriptCore/
DChangeLog746 (JSC::DFG::Graph::blockIndexForBytecodeOffset):