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

  /external/webkit/JavaScriptCore/assembler/
RepatchBuffer.h 97 void repatchLoadPtrToLEA(CodeLocationInstruction instruction)
99 MacroAssembler::repatchLoadPtrToLEA(instruction);
AbstractMacroAssembler.h 525 static void repatchLoadPtrToLEA(CodeLocationInstruction instruction)
527 AssemblerType::repatchLoadPtrToLEA(instruction.dataLocation());
ARMAssembler.h 690 static void repatchLoadPtrToLEA(void* from)
ARMv7Assembler.h     [all...]
X86Assembler.h     [all...]
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 630 repatchBuffer.repatchLoadPtrToLEA(stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad));
672 repatchBuffer.repatchLoadPtrToLEA(stubInfo->hotPathBegin.instructionAtOffset(patchOffsetPutByIdExternalLoad));
    [all...]

Completed in 465 milliseconds