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

  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 113 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister);
121 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister);
130 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister);
389 DataLabelPtr moveWithPatch(ImmPtr initialValue, RegisterID dest)
397 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
403 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
409 DataLabelPtr label = moveWithPatch(initialValue, scratchRegister);
MacroAssemblerARMv7.h 409 DataLabel32 label = moveWithPatch(Imm32(address.offset), dataTempRegister);
429 DataLabel32 label = moveWithPatch(Imm32(address.offset), dataTempRegister);
    [all...]
MacroAssemblerX86.h 141 DataLabelPtr moveWithPatch(ImmPtr initialValue, RegisterID dest)
MacroAssemblerARM.h 676 DataLabelPtr moveWithPatch(ImmPtr initialValue, RegisterID dest)
685 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S1);
693 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S0);
700 DataLabelPtr dataLabel = moveWithPatch(initialValue, ARMRegisters::S1);
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 218 DataLabelPtr protoStructureToCompare, protoObj = moveWithPatch(ImmPtr(0), regT2);
222 DataLabelPtr putFunction = moveWithPatch(ImmPtr(0), regT0);
    [all...]

Completed in 519 milliseconds