HomeSort by relevance Sort by last modified time
    Searched full:repatchbuffer (Results 1 - 12 of 12) sorted by null

  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 39 #include "RepatchBuffer.h"
613 RepatchBuffer repatchBuffer(m_codeBlock);
614 repatchBuffer.relinkCallerToTrampoline(returnAddress, entryLabel);
619 RepatchBuffer repatchBuffer(codeBlock);
623 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(cti_op_get_by_id_self_fail));
630 repatchBuffer.repatchLoadPtrToLEA(stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad));
633 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), structure);
634 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffset1), offset); (…)
    [all...]
JIT.cpp 44 #include "RepatchBuffer.h"
58 RepatchBuffer repatchBuffer(codeblock);
59 repatchBuffer.relinkNearCallerToTrampoline(returnAddress, newCalleeFunction);
64 RepatchBuffer repatchBuffer(codeblock);
65 repatchBuffer.relinkCallerToTrampoline(returnAddress, newCalleeFunction);
70 RepatchBuffer repatchBuffer(codeblock);
71 repatchBuffer.relinkCallerToFunction(returnAddress, newCalleeFunction)
    [all...]
  /external/webkit/JavaScriptCore/assembler/
RepatchBuffer.h 38 // RepatchBuffer:
44 class RepatchBuffer {
48 RepatchBuffer(CodeBlock* codeBlock)
57 ~RepatchBuffer()
AbstractMacroAssembler.h 41 class RepatchBuffer;
478 friend class RepatchBuffer;
MacroAssemblerX86.h 182 friend class RepatchBuffer;
MacroAssemblerX86_64.h 427 friend class RepatchBuffer;
MacroAssemblerARM.h 909 friend class RepatchBuffer;
MacroAssemblerARMv7.h     [all...]
  /external/webkit/JavaScriptCore/
GNUmakefile.am 153 JavaScriptCore/assembler/RepatchBuffer.h \
ChangeLog-2009-06-16 14 new 'PatchBuffer' has been introduced with the name 'RepatchBuffer' instead.
18 'PatchBuffer', then will come back and rename 'RepatchBuffer'.
41 Having moved most of their functionality into the RepatchBuffer class,
93 Having introduced the RepatchBuffer, ProcessorReturnAddress is now a do-nothing
101 (JSC::AbstractMacroAssembler::RepatchBuffer::relinkCallerToTrampoline):
102 (JSC::AbstractMacroAssembler::RepatchBuffer::relinkCallerToFunction):
103 (JSC::AbstractMacroAssembler::RepatchBuffer::relinkNearCallerToTrampoline):
172 (JSC::AbstractMacroAssembler::RepatchBuffer::RepatchBuffer):
173 (JSC::AbstractMacroAssembler::RepatchBuffer::relink)
    [all...]
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.vcproj 1572 RelativePath="..\..\assembler\RepatchBuffer.h"
    [all...]
  /external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
project.pbxproj 232 86D3B3C410159D7F002865E7 /* RepatchBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D3B3C210159D7F002865E7 /* RepatchBuffer.h */; };
    [all...]

Completed in 83 milliseconds