Home
last modified time | relevance | path

Searched refs:cachedOffset (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJIT.h186 …eStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressP… in compileGetByIdProto() argument
189 …ileGetByIdProto(stubInfo, structure, prototypeStructure, ident, slot, cachedOffset, returnAddress,… in compileGetByIdProto()
192 …ndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in compileGetByIdSelfList() argument
195 …tByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, ident, slot, cachedOffset); in compileGetByIdSelfList()
197 …ucture* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in compileGetByIdProtoList() argument
200 …eStructureList, currentIndex, structure, prototypeStructure, ident, slot, cachedOffset, callFrame); in compileGetByIdProtoList()
202 …Chain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) in compileGetByIdChainList() argument
205 …ototypeStructureList, currentIndex, structure, chain, count, ident, slot, cachedOffset, callFrame); in compileGetByIdChainList()
208 …ze_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressP… in compileGetByIdChain() argument
211 …teCompileGetByIdChain(stubInfo, structure, chain, count, ident, slot, cachedOffset, returnAddress,… in compileGetByIdChain()
[all …]
DJITPropertyAccess.cpp529 …ompilePutDirectOffset(RegisterID base, RegisterID value, Structure* structure, size_t cachedOffset) in compilePutDirectOffset() argument
531 int offset = cachedOffset * sizeof(JSValue); in compilePutDirectOffset()
540 …mpileGetDirectOffset(RegisterID base, RegisterID result, Structure* structure, size_t cachedOffset) in compileGetDirectOffset() argument
542 int offset = cachedOffset * sizeof(JSValue); in compileGetDirectOffset()
552 void JIT::compileGetDirectOffset(JSObject* base, RegisterID result, size_t cachedOffset) in compileGetDirectOffset() argument
554 loadPtr(static_cast<void*>(&base->m_propertyStorage[cachedOffset]), result); in compileGetDirectOffset()
574 …o* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain… in privateCompilePutByIdTransition() argument
612 compilePutDirectOffset(regT0, regT1, newStructure, cachedOffset); in privateCompilePutByIdTransition()
636 … codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddressP… in patchGetByIdSelf() argument
644 int offset = sizeof(JSValue) * cachedOffset; in patchGetByIdSelf()
[all …]
DJITPropertyAccess32_64.cpp542 …erID base, RegisterID valueTag, RegisterID valuePayload, Structure* structure, size_t cachedOffset) in compilePutDirectOffset() argument
544 int offset = cachedOffset; in compilePutDirectOffset()
553 …ID base, RegisterID resultTag, RegisterID resultPayload, Structure* structure, size_t cachedOffset) in compileGetDirectOffset() argument
555 int offset = cachedOffset; in compileGetDirectOffset()
566 …etDirectOffset(JSObject* base, RegisterID resultTag, RegisterID resultPayload, size_t cachedOffset) in compileGetDirectOffset() argument
568 …load32(reinterpret_cast<char*>(&base->m_propertyStorage[cachedOffset]) + OBJECT_OFFSETOF(JSValue, … in compileGetDirectOffset()
569 …load32(reinterpret_cast<char*>(&base->m_propertyStorage[cachedOffset]) + OBJECT_OFFSETOF(JSValue, … in compileGetDirectOffset()
589 …o* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain… in privateCompilePutByIdTransition() argument
635 compilePutDirectOffset(regT0, regT2, regT3, newStructure, cachedOffset); in privateCompilePutByIdTransition()
659 … codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddressP… in patchGetByIdSelf() argument
[all …]
DJITStubs.cpp847 …alData, codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeCha… in tryCachePutByID()
853 …JIT::patchPutByIdReplace(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress, direc… in tryCachePutByID()
903 … JIT::patchGetByIdSelf(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress); in tryCacheGetByID()
916 size_t offset = slot.cachedOffset(); in tryCacheGetByID()
933 size_t offset = slot.cachedOffset(); in tryCacheGetByID()
1641 …orphicStructureList, listIndex, baseValue.asCell()->structure(), ident, slot, slot.cachedOffset()); in DEFINE_STUB_FUNCTION()
1737 size_t offset = slot.cachedOffset(); in DEFINE_STUB_FUNCTION()
2757 globalResolveInfo.offset = slot.cachedOffset(); in DEFINE_STUB_FUNCTION()
/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/rendering/
DRenderLayer.cpp284 void RenderLayer::updateLayerPositions(UpdateLayerPositionsFlags flags, IntPoint* cachedOffset) in updateLayerPositions() argument
290 if (cachedOffset) { in updateLayerPositions()
297cachedOffset = 0; // If our cached offset is invalid make sure it's not passed to any of our child… in updateLayerPositions()
299 oldCachedOffset = *cachedOffset; in updateLayerPositions()
304 cachedOffset->move(m_x, m_y); // Fast case in updateLayerPositions()
309 *cachedOffset = IntPoint(x, y); in updateLayerPositions()
316 if (cachedOffset) { in updateLayerPositions()
317 x += cachedOffset->x(); in updateLayerPositions()
318 y += cachedOffset->y(); in updateLayerPositions()
346 IntRect newOutlineBox = renderer()->outlineBoundsForRepaint(repaintContainer, cachedOffset); in updateLayerPositions()
[all …]
DRenderLayer.h310 …= CheckForRepaint | IsCompositingUpdateRoot | UpdateCompositingLayers, IntPoint* cachedOffset = 0);
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp181 vPC[4] = slot.cachedOffset(); in resolveGlobal()
256 vPC[4] = slot.cachedOffset(); in resolveGlobalDynamic()
1260 vPC[7] = slot.cachedOffset(); in tryCachePutByID()
1265 vPC[5] = slot.cachedOffset(); in tryCachePutByID()
1330 vPC[5] = slot.cachedOffset(); in tryCacheGetByID()
1338 vPC[5] = slot.cachedOffset(); in tryCacheGetByID()
1353 size_t offset = slot.cachedOffset(); in tryCacheGetByID()
1382 size_t offset = slot.cachedOffset(); in tryCacheGetByID()
/external/webkit/Source/WebCore/page/
DFrameView.cpp983 IntPoint cachedOffset; in layout() local
990 subtree ? 0 : &cachedOffset); in layout()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-161827 (JSC::PutPropertySlot::cachedOffset):