Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h352 inline JSValue Structure::prototypeForLookup(ExecState* exec) const in prototypeForLookup() function
365 JSValue prototype = prototypeForLookup(exec); in prototypeChain()
376 JSValue prototype = prototypeForLookup(exec); in isValid()
DOperations.h418 JSValue v = cell->structure()->prototypeForLookup(callFrame); in normalizePrototypeChain()
447 JSValue v = base->structure()->prototypeForLookup(callFrame); in normalizePrototypeChain()
DStructure.h100 JSValue prototypeForLookup(ExecState*) const;
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp726 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); in privateCompileGetByIdProto()
848 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); in privateCompileGetByIdProtoList()
924 protoObject = asObject(currStructure->prototypeForLookup(callFrame)); in privateCompileGetByIdChainList()
992 protoObject = asObject(currStructure->prototypeForLookup(callFrame)); in privateCompileGetByIdChain()
DJITPropertyAccess32_64.cpp755 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); in privateCompileGetByIdProto()
880 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); in privateCompileGetByIdProtoList()
955 protoObject = asObject(currStructure->prototypeForLookup(callFrame)); in privateCompileGetByIdChainList()
1023 protoObject = asObject(currStructure->prototypeForLookup(callFrame)); in privateCompileGetByIdChain()
DJITStubs.cpp912 if (slot.slotBase() == structure->prototypeForLookup(callFrame)) { in tryCacheGetByID()
1562 if (slot.slotBase() == structure->prototypeForLookup(callFrame)) { in DEFINE_STUB_FUNCTION()
1741 else if (slot.slotBase() == baseValue.asCell()->structure()->prototypeForLookup(callFrame)) { in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1349 if (slot.slotBase() == structure->prototypeForLookup(callFrame)) { in tryCacheGetByID()
2553 ASSERT(structure->prototypeForLookup(callFrame).isObject()); in privateExecute()
2554 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); in privateExecute()
2592 ASSERT(structure->prototypeForLookup(callFrame).isObject()); in privateExecute()
2593 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); in privateExecute()
2637 ASSERT(structure->prototypeForLookup(callFrame).isObject()); in privateExecute()
2638 JSObject* protoObject = asObject(structure->prototypeForLookup(callFrame)); in privateExecute()
2726 … JSObject* baseObject = asObject(baseCell->structure()->prototypeForLookup(callFrame)); in privateExecute()
2876 … JSObject* baseObject = asObject(baseCell->structure()->prototypeForLookup(callFrame)); in privateExecute()
2931 … JSObject* baseObject = asObject(baseCell->structure()->prototypeForLookup(callFrame)); in privateExecute()
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-162288 (JSC::Structure::prototypeForLookup):
2703 (JSC::Structure::prototypeForLookup):
3021 (JSC::Structure::prototypeForLookup):
3628 (JSC::Structure::prototypeForLookup):
11713 (JSC::Structure::prototypeForLookup):
DChangeLog-2009-06-166533 (JSC::Structure::prototypeForLookup):
10319 (JSC::Structure::prototypeForLookup): A shout out to const.
14820 (JSC::Structure::prototypeForLookup):
22232 (JSC::Structure::prototypeForLookup):
33369 (JSC::StructureID::prototypeForLookup):
35207 (JSC::StructureID::prototypeForLookup):
DChangeLog-2010-05-2425375 (JSC::Structure::prototypeForLookup):