v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
deoptimizer-arm.cc File Reference
Include dependency graph for deoptimizer-arm.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define ASSERT_OFFSET(BuiltinName)
 

Functions

 v8::internal::ASSERT_OFFSET (Builtin::kDeoptimizationEntry_Eager)
 
 v8::internal::ASSERT_OFFSET (Builtin::kDeoptimizationEntry_Lazy)
 

Macro Definition Documentation

◆ ASSERT_OFFSET

#define ASSERT_OFFSET ( BuiltinName)
Value:
static_assert(IsolateData::builtin_tier0_entry_table_offset() + \
Builtins::ToInt(BuiltinName) * kSystemPointerSize <= \
0x1000)

Definition at line 13 of file deoptimizer-arm.cc.