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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h778 class GetBytecodeBeginForBlock { class in namespace:JSC::DFG
780 GetBytecodeBeginForBlock(Graph& graph) function in class:JSC::DFG::GetBytecodeBeginForBlock
796 return *binarySearch<BlockIndex, unsigned>(linkingTargets, linkingTargets.size(), bytecodeBegin, GetBytecodeBeginForBlock(*this));

Completed in 119 milliseconds