HomeSort by relevance Sort by last modified time
    Searched refs:repatch (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/assembler/
RepatchBuffer.h 87 void repatch(CodeLocationDataLabel32 dataLabel32, int32_t value) function in class:JSC::RepatchBuffer
92 void repatch(CodeLocationDataLabelPtr dataLabelPtr, void* value) function in class:JSC::RepatchBuffer
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 633 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), structure);
634 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffset1), offset); // payload
635 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffset2), offset + 4); // tag
651 repatchBuffer.repatch(methodCallLinkInfo.structureLabel, structure);
652 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoObj), proto);
653 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoStruct), prototypeStructure);
654 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckPutFunction), callee);
675 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetPutByIdStructure), structure);
676 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffset1), offset); // payload
677 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetPutByIdPropertyMapOffset2), offset + 4); // (…)
    [all...]
JIT.cpp 587 repatchBuffer.repatch(callLinkInfo->hotPathBegin, 0);
589 repatchBuffer.repatch(callLinkInfo->hotPathBegin, JSValue::encode(JSValue()));
605 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee);

Completed in 36 milliseconds