Home
last modified time | relevance | path

Searched refs:DataLabel32 (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
DAbstractMacroAssembler.h298 class DataLabel32 {
303 DataLabel32() in DataLabel32() function
307 DataLabel32(AbstractMacroAssembler<AssemblerType>* masm) in DataLabel32() function
487 ptrdiff_t differenceBetween(Label from, DataLabel32 to) in differenceBetween()
DLinkBuffer.h61 typedef MacroAssembler::DataLabel32 DataLabel32; typedef
150 CodeLocationDataLabel32 locationOf(DataLabel32 label) in locationOf()
DMacroAssemblerX86_64.h266 DataLabel32 loadPtrWithAddressOffsetPatch(Address address, RegisterID dest) in loadPtrWithAddressOffsetPatch()
269 return DataLabel32(this); in loadPtrWithAddressOffsetPatch()
299 DataLabel32 storePtrWithAddressOffsetPatch(RegisterID src, Address address) in storePtrWithAddressOffsetPatch()
302 return DataLabel32(this); in storePtrWithAddressOffsetPatch()
DMacroAssembler.h234 DataLabel32 loadPtrWithAddressOffsetPatch(Address address, RegisterID dest) in loadPtrWithAddressOffsetPatch()
269 DataLabel32 storePtrWithAddressOffsetPatch(RegisterID src, Address address) in storePtrWithAddressOffsetPatch()
DMacroAssemblerARMv7.h474 DataLabel32 load32WithAddressOffsetPatch(Address address, RegisterID dest) in load32WithAddressOffsetPatch()
476 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister); in load32WithAddressOffsetPatch()
497 DataLabel32 store32WithAddressOffsetPatch(RegisterID src, Address address) in store32WithAddressOffsetPatch()
499 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister); in store32WithAddressOffsetPatch()
1199 DataLabel32 moveWithPatch(TrustedImm32 imm, RegisterID dst) in moveWithPatch()
1202 return DataLabel32(this); in moveWithPatch()
DMacroAssemblerMIPS.h594 DataLabel32 load32WithAddressOffsetPatch(Address address, RegisterID dest) in load32WithAddressOffsetPatch()
603 DataLabel32 dataLabel(this); in load32WithAddressOffsetPatch()
659 DataLabel32 store32WithAddressOffsetPatch(RegisterID src, Address address) in store32WithAddressOffsetPatch()
668 DataLabel32 dataLabel(this); in store32WithAddressOffsetPatch()
1466 DataLabel32 moveWithPatch(TrustedImm32 imm, RegisterID dest) in moveWithPatch()
1469 DataLabel32 label(this); in moveWithPatch()
DMacroAssemblerARM.h266 DataLabel32 load32WithAddressOffsetPatch(Address address, RegisterID dest) in load32WithAddressOffsetPatch()
268 DataLabel32 dataLabel(this); in load32WithAddressOffsetPatch()
288 DataLabel32 store32WithAddressOffsetPatch(RegisterID src, Address address) in store32WithAddressOffsetPatch()
290 DataLabel32 dataLabel(this); in store32WithAddressOffsetPatch()
DMacroAssemblerX86Common.h443 DataLabel32 load32WithAddressOffsetPatch(Address address, RegisterID dest) in load32WithAddressOffsetPatch()
446 return DataLabel32(this); in load32WithAddressOffsetPatch()
459 DataLabel32 store32WithAddressOffsetPatch(RegisterID src, Address address) in store32WithAddressOffsetPatch()
462 return DataLabel32(this); in store32WithAddressOffsetPatch()
DMacroAssemblerSH4.h719 DataLabel32 load32WithAddressOffsetPatch(Address address, RegisterID dest) in load32WithAddressOffsetPatch()
722 DataLabel32 label(this); in load32WithAddressOffsetPatch()
730 DataLabel32 store32WithAddressOffsetPatch(RegisterID src, Address address) in store32WithAddressOffsetPatch()
733 DataLabel32 label(this); in store32WithAddressOffsetPatch()
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess32_64.cpp438DataLabel32 displacementLabel1 = loadPtrWithAddressOffsetPatch(Address(regT2, patchGetByIdDefaultO… in compileGetByIdHotPath()
440DataLabel32 displacementLabel2 = loadPtrWithAddressOffsetPatch(Address(regT2, patchGetByIdDefaultO… in compileGetByIdHotPath()
512DataLabel32 displacementLabel1 = storePtrWithAddressOffsetPatch(regT2, Address(regT0, patchGetById… in emit_op_put_by_id()
513DataLabel32 displacementLabel2 = storePtrWithAddressOffsetPatch(regT3, Address(regT0, patchGetById… in emit_op_put_by_id()
DJITPropertyAccess.cpp423DataLabel32 displacementLabel = loadPtrWithAddressOffsetPatch(Address(regT0, patchGetByIdDefaultOf… in compileGetByIdHotPath()
499DataLabel32 displacementLabel = storePtrWithAddressOffsetPatch(regT1, Address(regT0, patchGetByIdD… in emit_op_put_by_id()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1611680 (JSC::AbstractMacroAssembler::DataLabel32::DataLabel32):
11681 (JSC::AbstractMacroAssembler::DataLabel32::patch):
16004 (JSC::MacroAssembler::DataLabel32::patch):
16090 (JSC::MacroAssembler::DataLabel32::repatch):
16141 (JSC::MacroAssembler::DataLabel32::DataLabel32):
16142 (JSC::MacroAssembler::DataLabel32::repatch):