• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/

Lines Matching +defs:function +defs:call

1328         // use addressTempRegister incase the branch32 we call uses dataTempRegister. :-/
1335 // use addressTempRegister incase the branch32 we call uses dataTempRegister. :-/
1342 // use addressTempRegister incase the branch32 we call uses dataTempRegister. :-/
1355 // use addressTempRegister incase the branch32 we call uses dataTempRegister. :-/
1369 // use addressTempRegister incase the branch8 we call uses dataTempRegister. :-/
1377 // use addressTempRegister incase the branch32 we call uses dataTempRegister. :-/
1396 // use addressTempRegister incase the branchTest32 we call uses dataTempRegister. :-/
1403 // use addressTempRegister incase the branchTest32 we call uses dataTempRegister. :-/
1410 // use addressTempRegister incase the branchTest8 we call uses dataTempRegister. :-/
1417 // use addressTempRegister incase the branchTest8 we call uses dataTempRegister. :-/
1603 ALWAYS_INLINE Call call()
1609 ALWAYS_INLINE Call call(RegisterID target)
1614 ALWAYS_INLINE Call call(Address address)
1754 // Like a normal call, but don't link.
1771 static FunctionPtr readCallTarget(CodeLocationCall call)
1773 return FunctionPtr(reinterpret_cast<void(*)()>(ARMv7Assembler::readCallTarget(call.dataLocation())));
1900 static void linkCall(void* code, Call call, FunctionPtr function)
1902 ARMv7Assembler::linkCall(code, call.m_label, function.value());
1905 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination)
1907 ARMv7Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
1910 static void repatchCall(CodeLocationCall call, FunctionPtr destination)
1912 ARMv7Assembler::relinkCall(call.dataLocation(), destination.executableAddress());