OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:repatch
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/assembler/
RepatchBuffer.h
85
void
repatch
(CodeLocationDataLabel32 dataLabel32, int32_t value)
function in class:JSC::RepatchBuffer
90
void
repatch
(CodeLocationDataLabelPtr dataLabelPtr, void* value)
function in class:JSC::RepatchBuffer
/external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp
647
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), structure);
648
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffset), offset);
661
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel, structure);
662
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoObj), proto);
663
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoStruct), prototypeStructure);
664
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckPutFunction), callee);
680
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetPutByIdStructure), structure);
681
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffset), offset);
[
all
...]
JITPropertyAccess32_64.cpp
670
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), structure);
671
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffset1), offset + OBJECT_OFFSETOF(JSValue, u.asBits.payload)); // payload
672
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffset2), offset + OBJECT_OFFSETOF(JSValue, u.asBits.tag)); // tag
684
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel, structure);
685
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoObj), proto);
686
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoStruct), prototypeStructure);
687
repatchBuffer.
repatch
(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckPutFunction), callee);
703
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetPutByIdStructure), structure);
704
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffset1), offset + OBJECT_OFFSETOF(JSValue, u.asBits.payload)); // payload
705
repatchBuffer.
repatch
(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffset2), offset + OBJECT_ (…)
[
all
...]
JIT.cpp
606
repatchBuffer.
repatch
(callLinkInfo->hotPathBegin, callee);
623
repatchBuffer.
repatch
(callLinkInfo->hotPathBegin, callee);
Completed in 58 milliseconds