![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Macros | |
| #define | GENERATE_MEM64_INSTR_HANDLER(V, name) |
| #define | FOREACH_MEM64_LOAD_STORE_INSTR_HANDLER(V) |
| #define | FOREACH_LOAD_STORE_INSTR_HANDLER(V, ...) |
| #define | FOREACH_LOAD_STORE_DUPLICATED_INSTR_HANDLER(V) |
| #define | FOREACH_NO_BOUNDSCHECK_INSTR_HANDLER(V) |
| #define | FOREACH_INSTR_HANDLER(V) |
| #define FOREACH_INSTR_HANDLER | ( | V | ) |
Definition at line 1344 of file instruction-handlers.h.
| #define FOREACH_LOAD_STORE_DUPLICATED_INSTR_HANDLER | ( | V | ) |
Definition at line 119 of file instruction-handlers.h.
| #define FOREACH_LOAD_STORE_INSTR_HANDLER | ( | V, | |
| ... ) |
Definition at line 17 of file instruction-handlers.h.
| #define FOREACH_MEM64_LOAD_STORE_INSTR_HANDLER | ( | V | ) |
Definition at line 14 of file instruction-handlers.h.
| #define FOREACH_NO_BOUNDSCHECK_INSTR_HANDLER | ( | V | ) |
Definition at line 146 of file instruction-handlers.h.
| #define GENERATE_MEM64_INSTR_HANDLER | ( | V, | |
| name ) |
Definition at line 12 of file instruction-handlers.h.