Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1223 Structure* lastStructure = vPC[4].u.structure.get(); in tryCachePutByID() local
1224 if (structure != lastStructure) { in tryCachePutByID()
1226 if (!lastStructure) { in tryCachePutByID()
1311 Structure* lastStructure = vPC[4].u.structure.get(); in tryCacheGetByID() local
1312 if (structure != lastStructure) { in tryCacheGetByID()
1314 if (!lastStructure) { in tryCacheGetByID()