Searched defs:JIT_STUB (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.h264 #define JIT_STUB __fastcall macro
266 #define JIT_STUB __attribute__ ((fastcall)) macro
268 #error "JIT_STUB function calls require fastcall conventions on x86, add appropriate directive/attribute here for your compiler!"
271 #define JIT_STUB macro
315 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_NotJSFunctio
[all...]

Completed in 136 milliseconds