Home
last modified time | relevance | path

Searched refs:loadPtrWithPatchToLEA (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DMacroAssemblerX86.h167 Label loadPtrWithPatchToLEA(Address address, RegisterID dest) in loadPtrWithPatchToLEA() function
DMacroAssemblerX86_64.h414 Label loadPtrWithPatchToLEA(Address address, RegisterID dest) in loadPtrWithPatchToLEA() function
DMacroAssemblerARM.h244 Label loadPtrWithPatchToLEA(Address address, RegisterID dest) in loadPtrWithPatchToLEA() function
DMacroAssemblerARMv7.h414 Label loadPtrWithPatchToLEA(Address address, RegisterID dest) in loadPtrWithPatchToLEA() function
/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp395 …Label externalLoad = loadPtrWithPatchToLEA(Address(regT0, OBJECT_OFFSETOF(JSObject, m_externalStor… in compileGetByIdHotPath()
474 …Label externalLoad = loadPtrWithPatchToLEA(Address(regT0, OBJECT_OFFSETOF(JSObject, m_externalStor… in emit_op_put_by_id()
1347 …Label externalLoad = loadPtrWithPatchToLEA(Address(regT0, OBJECT_OFFSETOF(JSObject, m_externalStor…
1428 …Label externalLoad = loadPtrWithPatchToLEA(Address(regT0, OBJECT_OFFSETOF(JSObject, m_externalStor…
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-16491 (JSC::MacroAssemblerARMv7::loadPtrWithPatchToLEA):
492 Implement loadPtrWithPatchToLEA interface (plants a load with a fixed width address).
502 (JSC::MacroAssemblerX86::loadPtrWithPatchToLEA):
503 Implement loadPtrWithPatchToLEA interface (just a regular 32-bit load on x86).
505 (JSC::MacroAssemblerX86_64::loadPtrWithPatchToLEA):
506 Implement loadPtrWithPatchToLEA interface (just a regular 64-bit load on x86_64).
DChangeLog17946 (JSC::MacroAssemblerARM::loadPtrWithPatchToLEA):