HomeSort by relevance Sort by last modified time
    Searched full:repatch (Results 1 - 15 of 15) 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
MacroAssemblerCodeRef.h 125 // exception and optimization information, and to repatch the call instruction
SH4Assembler.h     [all...]
MIPSAssembler.h 738 // pool the 'repatch' and 'relink' methods should be used.
X86Assembler.h     [all...]
ARMv7Assembler.h     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
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...]
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...]
JIT.cpp 606 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee);
623 repatchBuffer.repatch(callLinkInfo->hotPathBegin, callee);
  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 385 # Restore the current copy of the ChangeLog file since we can't repatch it
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2009-06-16 46 the ability to repatch out into RepatchBufer they are now do-nothing wrappers
174 (JSC::AbstractMacroAssembler::RepatchBuffer::repatch):
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]

Completed in 319 milliseconds