Searched refs:JIT_STUB (Results 1 – 3 of 3) sorted by relevance
264 #define JIT_STUB __fastcall macro266 #define JIT_STUB __attribute__ ((fastcall)) macro271 #define JIT_STUB macro315 EncodedJSValue JIT_STUB cti_op_add(STUB_ARGS_DECLARATION);316 EncodedJSValue JIT_STUB cti_op_bitand(STUB_ARGS_DECLARATION);317 EncodedJSValue JIT_STUB cti_op_bitnot(STUB_ARGS_DECLARATION);318 EncodedJSValue JIT_STUB cti_op_bitor(STUB_ARGS_DECLARATION);319 EncodedJSValue JIT_STUB cti_op_bitxor(STUB_ARGS_DECLARATION);320 EncodedJSValue JIT_STUB cti_op_call_NotJSFunction(STUB_ARGS_DECLARATION);321 EncodedJSValue JIT_STUB cti_op_call_eval(STUB_ARGS_DECLARATION);[all …]
37 JITStubCall(JIT* jit, JSObject* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall()45 JITStubCall(JIT* jit, JSPropertyNameIterator* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall()53 JITStubCall(JIT* jit, void* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall()61 JITStubCall(JIT* jit, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall()69 JITStubCall(JIT* jit, bool (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall()77 JITStubCall(JIT* jit, void (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall()86 JITStubCall(JIT* jit, EncodedJSValue (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall()
1255 #define DEFINE_STUB_FUNCTION(rtype, op) rtype JIT_STUB cti_##op(STUB_ARGS_DECLARATION)