![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/builtins/builtins-utils-gen.h"
#include "src/builtins/builtins.h"
#include "src/codegen/code-stub-assembler-inl.h"
#include "src/ic/ic.h"
#include "src/ic/keyed-store-generic.h"
#include "src/objects/objects-inl.h"
#include "torque-generated/exported-macros-assembler.h"
#include "src/codegen/define-code-stub-assembler-macros.inc"
#include "src/codegen/undef-code-stub-assembler-macros.inc"
Go to the source code of this file.
Classes | |
class | v8::internal::HandlerBuiltinsAssembler |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | V8_CODEGEN_CODE_STUB_ASSEMBLER_MACROS_DEFINED 1 |
#define | CSA_CHECK(csa, x) |
#define | CSA_HOLE_SECURITY_CHECK(csa, x) |
#define | CSA_DCHECK(csa, ...) |
#define | CSA_DCHECK_JS_ARGC_EQ(csa, expected) |
#define | BIND(label) |
#define | TYPED_VARIABLE_DEF(type, name, ...) |
#define | TYPED_VARIABLE_CONSTRUCTOR(name, ...) |
#define | TVARIABLE(...) |
#define | TVARIABLE_CONSTRUCTOR(...) |
#define | CSA_SLOW_DCHECK(csa, ...) |
#define | CSA_SBXCHECK(csa, ...) |
#define | ELEMENTS_KIND_TRANSITIONS(V) |
#define | ELEMENTS_KINDS_CASE(FROM, TO) |
#define | ELEMENTS_KINDS_CASE(FROM, TO) |
#define | ELEMENTS_KINDS_CASE(FROM, TO) |
#define | ELEMENTS_KINDS_CASE(FROM, TO) |
#define | ELEMENTS_KINDS(V) |
#define | ELEMENTS_KINDS_CASE(KIND) |
#define | ELEMENTS_KINDS_CASE(KIND) |
#define | ELEMENTS_KINDS_CASE(KIND) |
#define | ELEMENTS_KINDS_CASE(KIND) |
#define CSA_DCHECK | ( | csa, | |
... ) |
#define CSA_DCHECK_JS_ARGC_EQ | ( | csa, | |
expected ) |
#define CSA_SBXCHECK | ( | csa, | |
... ) |
#define CSA_SLOW_DCHECK | ( | csa, | |
... ) |
#define ELEMENTS_KIND_TRANSITIONS | ( | V | ) |
Definition at line 79 of file builtins-handler-gen.cc.
#define ELEMENTS_KINDS | ( | V | ) |
Definition at line 198 of file builtins-handler-gen.cc.
#define ELEMENTS_KINDS_CASE | ( | FROM, | |
TO ) |
#define ELEMENTS_KINDS_CASE | ( | FROM, | |
TO ) |
#define ELEMENTS_KINDS_CASE | ( | FROM, | |
TO ) |
#define ELEMENTS_KINDS_CASE | ( | FROM, | |
TO ) |
#define ELEMENTS_KINDS_CASE | ( | KIND | ) |
#define TVARIABLE | ( | ... | ) |
#define TVARIABLE_CONSTRUCTOR | ( | ... | ) |
#define TYPED_VARIABLE_CONSTRUCTOR | ( | name, | |
... ) |
#define TYPED_VARIABLE_DEF | ( | type, | |
name, | |||
... ) |
#define V8_CODEGEN_CODE_STUB_ASSEMBLER_MACROS_DEFINED 1 |