Searched refs:readCallTarget (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerX86.h250 static FunctionPtr readCallTarget(CodeLocationCall call) function in class:JSC::MacroAssemblerX86
H A DMacroAssemblerARM.h1292 static FunctionPtr readCallTarget(CodeLocationCall call) function in class:JSC::MacroAssemblerARM
1294 return FunctionPtr(reinterpret_cast<void(*)()>(ARMAssembler::readCallTarget(call.dataLocation())));
H A DMacroAssemblerX86_64.h581 static FunctionPtr readCallTarget(CodeLocationCall call) function in class:JSC::MacroAssemblerX86_64
H A DMacroAssemblerARMv7.h1771 static FunctionPtr readCallTarget(CodeLocationCall call) function in class:JSC::MacroAssemblerARMv7
1773 return FunctionPtr(reinterpret_cast<void(*)()>(ARMv7Assembler::readCallTarget(call.dataLocation())));
H A DMacroAssemblerSH4.h2119 static FunctionPtr readCallTarget(CodeLocationCall call) function in class:JSC::MacroAssemblerSH4
2121 return FunctionPtr(reinterpret_cast<void(*)()>(SH4Assembler::readCallTarget(call.dataLocation())));
H A DARMAssembler.h893 static void* readCallTarget(void* from) function in class:JSC::ARMAssembler
H A DMIPSAssembler.h856 static void* readCallTarget(void* from) function in class:JSC::MIPSAssembler
H A DSH4Assembler.h1643 static void* readCallTarget(void* from) function in class:JSC::SH4Assembler
H A DMacroAssemblerMIPS.h2701 static FunctionPtr readCallTarget(CodeLocationCall call) function in class:JSC::MacroAssemblerMIPS
2703 return FunctionPtr(reinterpret_cast<void(*)()>(MIPSAssembler::readCallTarget(call.dataLocation())));
H A DARMv7Assembler.h2138 static void* readCallTarget(void* from) function in namespace:JSC::ARMRegisters
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRepatch.cpp1276 V_DFGOperation_EJCI unoptimizedFunction = bitwise_cast<V_DFGOperation_EJCI>(MacroAssembler::readCallTarget(stubInfo.callReturnLocation).executableAddress());
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess.cpp1383 void* oldCall = MacroAssembler::readCallTarget(stubInfo->callReturnLocation).executableAddress();

Completed in 303 milliseconds