Home
last modified time | relevance | path

Searched refs:putById (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGAliasTracker.h86 void recordPutById(NodeIndex putById) in recordPutById() argument
88 ASSERT_UNUSED(putById, m_graph[putById].op == PutById); in recordPutById()
DDFGByteCodeParser.cpp852 NodeIndex putById = addToGraph(PutById, OpInfo(identifier), base, value); in parseBlock() local
853 aliases.recordPutById(putById); in parseBlock()