Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DPropertySlot.h217 GetValueFunc customGetter() const in customGetter() function
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp755 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdProto()
807 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdSelfList()
876 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdProtoList()
943 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdChainList()
1011 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdChain()
DJITPropertyAccess32_64.cpp781 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdProto()
838 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdSelfList()
907 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdProtoList()
974 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdChainList()
1042 stubCall.addArgument(TrustedImmPtr(FunctionPtr(slot.customGetter()).executableAddress())); in privateCompileGetByIdChain()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1334 vPC[5] = slot.customGetter(); in tryCacheGetByID()
1371 vPC[6] = slot.customGetter(); in tryCacheGetByID()
1397 vPC[7] = slot.customGetter(); in tryCacheGetByID()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-246632 (JSC::PropertySlot::customGetter):