マクロ定義 | |
| #define | CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) entry(p0, p1, p2, p3, p4); |
| #define | GENERATED_CODE_STACK_LIMIT(limit) |
| #define CALL_GENERATED_CODE | ( | entry, | ||
| p0, | ||||
| p1, | ||||
| p2, | ||||
| p3, | ||||
| p4 | ||||
| ) | entry(p0, p1, p2, p3, p4); |
simulator-ia32.h の 34 行で定義されています。
| #define GENERATED_CODE_STACK_LIMIT | ( | limit | ) |
(reinterpret_cast<uintptr_t>(this) >= limit ? \ reinterpret_cast<uintptr_t>(this) - limit : 0)
simulator-ia32.h の 43 行で定義されています。
1.7.1