![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ctype.h>
#include "src/base/bits.h"
#include "src/codegen/arm64/assembler-arm64-inl.h"
#include "src/codegen/arm64/assembler-arm64.h"
#include "src/codegen/macro-assembler.h"
#include "src/common/globals.h"
#include "src/execution/isolate-data.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | DEFINE_FUNCTION(FN, REGTYPE, REG, OP) |
#define | DEFINE_FUNCTION(FN, REGTYPE, REG, REG2, OP) |
#define | DEFINE_FUNCTION(FN, OP) |
#define | DEFINE_FUNCTION(FN, OP) |
#define | DEFINE_FUNCTION(FN, OP) |
#define | DEFINE_FUNCTION(FN, OP) |
#define | DEFINE_LOAD_FUNCTION(FN, OP) |
#define | DEFINE_STORE_FUNCTION(FN, OP) |
#define | DEFINE_SWP_FUNCTION(FN, OP) |
Functions | |
MemOperand | v8::internal::FieldMemOperand (Register object, int offset) |
MemOperand | v8::internal::ExitFrameStackSlotOperand (int offset) |
MemOperand | v8::internal::ExitFrameCallerStackSlotOperand (int index) |
v8::internal::ATOMIC_MEMORY_SIMPLE_MACRO_LIST (ATOMIC_MEMORY_LOAD_MACRO_MODES, DEFINE_LOAD_FUNCTION, Ld, ld) ATOMIC_MEMORY_SIMPLE_MACRO_LIST(ATOMIC_MEMORY_STORE_MACRO_MODES | |
Variables | |
v8::internal::DEFINE_STORE_FUNCTION | |
v8::internal::St | |
#define DEFINE_FUNCTION | ( | FN, | |
OP ) |
Definition at line 282 of file macro-assembler-arm64-inl.h.
#define DEFINE_FUNCTION | ( | FN, | |
OP ) |
Definition at line 282 of file macro-assembler-arm64-inl.h.
#define DEFINE_FUNCTION | ( | FN, | |
OP ) |
Definition at line 282 of file macro-assembler-arm64-inl.h.
#define DEFINE_FUNCTION | ( | FN, | |
OP ) |
Definition at line 282 of file macro-assembler-arm64-inl.h.
#define DEFINE_FUNCTION | ( | FN, | |
REGTYPE, | |||
REG, | |||
OP ) |
Definition at line 282 of file macro-assembler-arm64-inl.h.
#define DEFINE_FUNCTION | ( | FN, | |
REGTYPE, | |||
REG, | |||
REG2, | |||
OP ) |
Definition at line 282 of file macro-assembler-arm64-inl.h.
#define DEFINE_LOAD_FUNCTION | ( | FN, | |
OP ) |
Definition at line 335 of file macro-assembler-arm64-inl.h.
#define DEFINE_STORE_FUNCTION | ( | FN, | |
OP ) |
Definition at line 341 of file macro-assembler-arm64-inl.h.
#define DEFINE_SWP_FUNCTION | ( | FN, | |
OP ) |
Definition at line 352 of file macro-assembler-arm64-inl.h.