Home
last modified time | relevance | path

Searched defs:cachedOffset (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp529 …ompilePutDirectOffset(RegisterID base, RegisterID value, Structure* structure, size_t cachedOffset) in compilePutDirectOffset()
540 …mpileGetDirectOffset(RegisterID base, RegisterID result, Structure* structure, size_t cachedOffset) in compileGetDirectOffset()
552 void JIT::compileGetDirectOffset(JSObject* base, RegisterID result, size_t cachedOffset) in compileGetDirectOffset()
574 …bInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureC… in privateCompilePutByIdTransition()
636 …ock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddr… in patchGetByIdSelf()
669 …ock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddr… in patchPutByIdReplace()
722 …otypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddr… in privateCompileGetByIdProto()
791 …ndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in privateCompileGetByIdSelfList()
844 …otypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, CallFrame*… in privateCompileGetByIdProtoList()
911 …, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, CallFrame*… in privateCompileGetByIdChainList()
[all …]
DJITPropertyAccess32_64.cpp542 …erID base, RegisterID valueTag, RegisterID valuePayload, Structure* structure, size_t cachedOffset) in compilePutDirectOffset()
553 …ID base, RegisterID resultTag, RegisterID resultPayload, Structure* structure, size_t cachedOffset) in compileGetDirectOffset()
566 …etDirectOffset(JSObject* base, RegisterID resultTag, RegisterID resultPayload, size_t cachedOffset) in compileGetDirectOffset()
589 …bInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureC… in privateCompilePutByIdTransition()
659 …ock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddr… in patchGetByIdSelf()
692 …ock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddr… in patchPutByIdReplace()
749 …otypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddr… in privateCompileGetByIdProto()
821 …ndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in privateCompileGetByIdSelfList()
874 …otypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, CallFrame*… in privateCompileGetByIdProtoList()
941 …, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, CallFrame*… in privateCompileGetByIdChainList()
[all …]
DJIT.h186 …otypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddr… in compileGetByIdProto()
192 …ndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in compileGetByIdSelfList()
197 …ucture* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in compileGetByIdProtoList()
202 …Chain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in compileGetByIdChainList()
208 …, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddr… in compileGetByIdChain()
214 …bInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureC… in compilePutByIdTransition()
/external/webkit/Source/JavaScriptCore/runtime/
DPutPropertySlot.h67 size_t cachedOffset() const { in cachedOffset() function
DPropertySlot.h92 size_t cachedOffset() const in cachedOffset() function
/external/webkit/Source/WebCore/page/
DFrameView.cpp983 IntPoint cachedOffset; in layout() local
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp284 void RenderLayer::updateLayerPositions(UpdateLayerPositionsFlags flags, IntPoint* cachedOffset) in updateLayerPositions()