Searched refs:V8_CDECL (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | call-tester.h | 13 #define V8_CDECL __attribute__((cdecl)) macro 15 #define V8_CDECL __cdecl macro 18 #define V8_CDECL macro 129 typedef R V8_CDECL FType(); 136 typedef R V8_CDECL FType(P1); 143 typedef R V8_CDECL FType(P1, P2); 150 typedef R V8_CDECL FType(P1, P2, P3); 157 typedef R V8_CDECL FType(P1, P2, P3, P4); 164 typedef R V8_CDECL FType(P1, P2, P3, P4, P5);
|