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

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 118 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
126 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
135 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
418 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest)
426 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
432 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
438 DataLabelPtr label = moveWithPatch(initialValue, scratchRegister);
MacroAssemblerX86.h 139 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest)
MacroAssemblerARMv7.h 476 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister);
499 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister);
    [all...]
MacroAssemblerARM.h 751 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest)
760 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S1);
768 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S0);
775 DataLabelPtr dataLabel = moveWithPatch(initialValue, ARMRegisters::S1);
    [all...]
MacroAssemblerMIPS.h     [all...]
MacroAssemblerSH4.h     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 340 DataLabelPtr protoStructureToCompare, protoObj = moveWithPatch(TrustedImmPtr(0), regT1);
344 DataLabelPtr putFunction = moveWithPatch(TrustedImmPtr(0), regT0);
    [all...]
JITPropertyAccess32_64.cpp 217 DataLabelPtr protoStructureToCompare, protoObj = moveWithPatch(TrustedImmPtr(0), regT2);
221 DataLabelPtr putFunction = moveWithPatch(TrustedImmPtr(0), regT0);
    [all...]

Completed in 35 milliseconds