/external/webkit/Source/JavaScriptCore/jit/ |
D | JITPropertyAccess.cpp | 529 …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 …]
|
D | JITPropertyAccess32_64.cpp | 542 …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 …]
|
D | JIT.h | 186 …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/ |
D | PutPropertySlot.h | 67 size_t cachedOffset() const { in cachedOffset() function
|
D | PropertySlot.h | 92 size_t cachedOffset() const in cachedOffset() function
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.cpp | 983 IntPoint cachedOffset; in layout() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.cpp | 284 void RenderLayer::updateLayerPositions(UpdateLayerPositionsFlags flags, IntPoint* cachedOffset) in updateLayerPositions()
|