Go to the source code of this file.
|
struct | v8::internal::baseline::detail::ArgumentSettingHelper< Descriptor, ArgIndex, kIsRegister > |
|
struct | v8::internal::baseline::detail::ArgumentSettingHelper< Descriptor, ArgIndex, true, Arg, Args... > |
|
struct | v8::internal::baseline::detail::ArgumentSettingHelper< Descriptor, ArgIndex, true, interpreter::RegisterList > |
|
struct | v8::internal::baseline::detail::ArgumentSettingHelper< Descriptor, ArgIndex, false, Arg, Args... > |
|
◆ __
◆ BYTECODE_CASE
#define BYTECODE_CASE |
( |
| name, |
|
|
| ... ) |
Value: case interpreter::Bytecode::k##
name: \
break;
◆ CASE
#define CASE |
( |
| Name, |
|
|
| ... ) |
Value: case Runtime::kInline##Name: \
VisitIntrinsic##Name(
args); \
break;
base::Vector< const DirectHandle< Object > > args
◆ DEBUG_BREAK
#define DEBUG_BREAK |
( |
| Name, |
|
|
| ... ) |
◆ DECLARE_VISITOR [1/2]
#define DECLARE_VISITOR |
( |
| name, |
|
|
| ... ) |
◆ DECLARE_VISITOR [2/2]
#define DECLARE_VISITOR |
( |
| name, |
|
|
| ... ) |
◆ RCS_BASELINE_SCOPE
#define RCS_BASELINE_SCOPE |
( |
| rcs | ) |
|
Value:
? RuntimeCallCounterId::kCompileBaseline##rcs \
: RuntimeCallCounterId::kCompileBackgroundBaseline##rcs)
LocalIsolate * local_isolate_
Definition at line 65 of file baseline-compiler.cc.
◆ SHORT_STAR_VISITOR
#define SHORT_STAR_VISITOR |
( |
| Name, |
|
|
| ... ) |
Value: void BaselineCompiler::Visit##Name() { \
interpreter::Register::FromShortStar(interpreter::Bytecode::k##Name), \
kInterpreterAccumulatorRegister); \
}
Definition at line 926 of file baseline-compiler.cc.