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

  /external/webkit/Source/JavaScriptCore/assembler/
RepatchBuffer.h 92 MacroAssembler::repatchPointer(dataLabelPtr, value);
AbstractMacroAssembler.h 565 static void repatchPointer(CodeLocationDataLabelPtr dataLabelPtr, void* value)
567 AssemblerType::repatchPointer(dataLabelPtr.dataLocation(), value);
MacroAssemblerX86_64.h 470 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
475 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
ARMAssembler.h 788 static void repatchPointer(void* from, void* to)
MIPSAssembler.h 813 static void repatchPointer(void* from, void* to)
SH4Assembler.h     [all...]
ARMv7Assembler.h     [all...]
X86Assembler.h     [all...]

Completed in 1004 milliseconds