Searched refs:DataLabel32 (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/JavaScriptCore/assembler/ |
D | AbstractMacroAssembler.h | 298 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()
|
D | LinkBuffer.h | 61 typedef MacroAssembler::DataLabel32 DataLabel32; typedef 150 CodeLocationDataLabel32 locationOf(DataLabel32 label) in locationOf()
|
D | MacroAssemblerX86_64.h | 266 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()
|
D | MacroAssembler.h | 234 DataLabel32 loadPtrWithAddressOffsetPatch(Address address, RegisterID dest) in loadPtrWithAddressOffsetPatch() 269 DataLabel32 storePtrWithAddressOffsetPatch(RegisterID src, Address address) in storePtrWithAddressOffsetPatch()
|
D | MacroAssemblerARMv7.h | 474 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()
|
D | MacroAssemblerMIPS.h | 594 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()
|
D | MacroAssemblerARM.h | 266 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()
|
D | MacroAssemblerX86Common.h | 443 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()
|
D | MacroAssemblerSH4.h | 719 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/ |
D | JITPropertyAccess32_64.cpp | 438 …DataLabel32 displacementLabel1 = loadPtrWithAddressOffsetPatch(Address(regT2, patchGetByIdDefaultO… in compileGetByIdHotPath() 440 …DataLabel32 displacementLabel2 = loadPtrWithAddressOffsetPatch(Address(regT2, patchGetByIdDefaultO… in compileGetByIdHotPath() 512 …DataLabel32 displacementLabel1 = storePtrWithAddressOffsetPatch(regT2, Address(regT0, patchGetById… in emit_op_put_by_id() 513 …DataLabel32 displacementLabel2 = storePtrWithAddressOffsetPatch(regT3, Address(regT0, patchGetById… in emit_op_put_by_id()
|
D | JITPropertyAccess.cpp | 423 …DataLabel32 displacementLabel = loadPtrWithAddressOffsetPatch(Address(regT0, patchGetByIdDefaultOf… in compileGetByIdHotPath() 499 …DataLabel32 displacementLabel = storePtrWithAddressOffsetPatch(regT1, Address(regT0, patchGetByIdD… in emit_op_put_by_id()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 11680 (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):
|