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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h660 void substituteGetLocal(BasicBlock& block, unsigned startIndexInBlock, VariableAccessData* variableAccessData, Node* newGetLocal) argument
679 substitute(block, indexInBlock, node, newGetLocal);
682 block.variablesAtTail.operand(variableAccessData->local()) = newGetLocal;

Completed in 121 milliseconds