Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DStructure.cpp309 StructureChain* protoChain = prototypeChain(exec); in getEnumerablePropertyNames() local
311 if (!protoChain->isCacheable()) in getEnumerablePropertyNames()
313 m_cachedPropertyNameArrayData->setCachedPrototypeChain(protoChain); in getEnumerablePropertyNames()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp985 StructureChain* protoChain = structure->prototypeChain(callFrame); in tryCachePutByID() local
986 if (!protoChain->isCacheable()) { in tryCachePutByID()
996 vPC[6] = protoChain; in tryCachePutByID()
1098 StructureChain* protoChain = structure->prototypeChain(callFrame); in tryCacheGetByID() local
1099 if (!protoChain->isCacheable()) { in tryCacheGetByID()
1106 vPC[5] = protoChain; in tryCacheGetByID()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp1324 StructureChain* protoChain = structure->prototypeChain(callFrame); in DEFINE_STUB_FUNCTION() local
1325 if (!protoChain->isCacheable()) { in DEFINE_STUB_FUNCTION()
1332 …me, codeBlock, stubInfo, prototypeStructureList, listIndex, structure, protoChain, count, slot.cac… in DEFINE_STUB_FUNCTION()