Home
last modified time | relevance | path

Searched refs:stubInfo (Results 1 – 12 of 12) sorted by relevance

/external/mockito/src/org/mockito/internal/invocation/
DInvocationImpl.java41 private StubInfo stubInfo; field in InvocationImpl
115 public StubInfo stubInfo() { in stubInfo() method in InvocationImpl
116 return stubInfo; in stubInfo()
119 public void markStubbed(StubInfo stubInfo) { in markStubbed() argument
120 this.stubInfo = stubInfo; in markStubbed()
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp574 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Str… in privateCompilePutByIdTransition() argument
631 stubInfo->stubRoutine = entryLabel; in privateCompilePutByIdTransition()
636 void JIT::patchGetByIdSelf(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure,… in patchGetByIdSelf() argument
647 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), st… in patchGetByIdSelf()
648 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffs… in patchGetByIdSelf()
669 void JIT::patchPutByIdReplace(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structu… in patchPutByIdReplace() argument
680 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetPutByIdStructure), st… in patchPutByIdReplace()
681 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffs… in patchPutByIdReplace()
686 StructureStubInfo* stubInfo = &m_codeBlock->getStubInfo(returnAddress); in privateCompilePatchGetArrayLength() local
702 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompilePatchGetArrayLength()
[all …]
DJITPropertyAccess32_64.cpp589 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Str… in privateCompilePutByIdTransition() argument
654 stubInfo->stubRoutine = entryLabel; in privateCompilePutByIdTransition()
659 void JIT::patchGetByIdSelf(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure,… in patchGetByIdSelf() argument
670 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), st… in patchGetByIdSelf()
671 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffs… in patchGetByIdSelf()
672 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffs… in patchGetByIdSelf()
692 void JIT::patchPutByIdReplace(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structu… in patchPutByIdReplace() argument
703 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetPutByIdStructure), st… in patchPutByIdReplace()
704 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffs… in patchPutByIdReplace()
705 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffs… in patchPutByIdReplace()
[all …]
DJITStubs.cpp806 …nAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo, bool direct) in tryCachePutByID() argument
846stubInfo->initPutByIdTransition(callFrame->globalData(), codeBlock->ownerExecutable(), structure->… in tryCachePutByID()
847 …JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure-… in tryCachePutByID()
851 stubInfo->initPutByIdReplace(callFrame->globalData(), codeBlock->ownerExecutable(), structure); in tryCachePutByID()
853 …JIT::patchPutByIdReplace(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress, direc… in tryCachePutByID()
856 …e baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo) in tryCacheGetByID() argument
899 stubInfo->initGetByIdSelf(callFrame->globalData(), codeBlock->ownerExecutable(), structure); in tryCacheGetByID()
903 … JIT::patchGetByIdSelf(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress); in tryCacheGetByID()
925stubInfo->initGetByIdProto(callFrame->globalData(), codeBlock->ownerExecutable(), structure, slotB… in tryCacheGetByID()
929 …GetByIdProto(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, structure, slotB… in tryCacheGetByID()
[all …]
DJIT.h186 …balData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* struc… in compileGetByIdProto() argument
189 …jit.privateCompileGetByIdProto(stubInfo, structure, prototypeStructure, ident, slot, cachedOffset,… in compileGetByIdProto()
192 …List(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAcces… in compileGetByIdSelfList() argument
195 …jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, ident,… in compileGetByIdSelfList()
197 …balData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAcces… in compileGetByIdProtoList() argument
200 …jit.privateCompileGetByIdProtoList(stubInfo, prototypeStructureList, currentIndex, structure, prot… in compileGetByIdProtoList()
202 …balData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAcces… in compileGetByIdChainList() argument
205 …jit.privateCompileGetByIdChainList(stubInfo, prototypeStructureList, currentIndex, structure, chai… in compileGetByIdChainList()
208 …balData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* struc… in compileGetByIdChain() argument
211 …jit.privateCompileGetByIdChain(stubInfo, structure, chain, count, ident, slot, cachedOffset, retur… in compileGetByIdChain()
[all …]
DJITStubs.h285 …Value baseValue, const Identifier& propertyName, const PropertySlot&, StructureStubInfo* stubInfo);
286 …eturnAddress, JSValue baseValue, const PutPropertySlot&, StructureStubInfo* stubInfo, bool direct);
/external/mockito/src/org/mockito/invocation/
DInvocation.java57 StubInfo stubInfo(); in stubInfo() method
64 void markStubbed(StubInfo stubInfo); in markStubbed() argument
/external/mockito/src/org/mockito/internal/debugging/
DMockitoDebuggerImpl.java30 if (i.stubInfo() != null) { in printInvocations()
31 out += line(" stubbed: " + i.stubInfo().stubbedAt().toString()); in printInvocations()
/external/mockito/src/org/mockito/internal/listeners/
DNotifiedMethodInvocationReport.java61 … return (invocation.stubInfo() == null) ? null : invocation.stubInfo().stubbedAt().toString(); in getLocationOfStubbing()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.cpp231 static void printStructureStubInfo(const StructureStubInfo& stubInfo, unsigned instructionOffset) in printStructureStubInfo() argument
233 switch (stubInfo.accessType) { in printStructureStubInfo()
235 …] %s: %s\n", instructionOffset, "get_by_id_self", pointerToSourceString(stubInfo.u.getByIdSelf.bas… in printStructureStubInfo()
238 …_proto", pointerToSourceString(stubInfo.u.getByIdProto.baseObjectStructure).utf8().data(), pointer… in printStructureStubInfo()
241 …_chain", pointerToSourceString(stubInfo.u.getByIdChain.baseObjectStructure).utf8().data(), pointer… in printStructureStubInfo()
244 …get_by_id_self_list", pointerToSourceString(stubInfo.u.getByIdSelfList.structureList).utf8().data(… in printStructureStubInfo()
247 …t_by_id_proto_list", pointerToSourceString(stubInfo.u.getByIdProtoList.structureList).utf8().data(… in printStructureStubInfo()
250stubInfo.u.putByIdTransition.previousStructure).utf8().data(), pointerToSourceString(stubInfo.u.pu… in printStructureStubInfo()
253 …s: %s\n", instructionOffset, "put_by_id_replace", pointerToSourceString(stubInfo.u.putByIdReplace.… in printStructureStubInfo()
DCodeBlock.h349 …void addStructureStubInfo(const StructureStubInfo& stubInfo) { m_structureStubInfos.append(stubInf… in addStructureStubInfo() argument
/external/mockito/src/org/mockito/internal/
DMockitoCore.java174 if (in.stubInfo() != null) { in ignoreStubs()