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

Go to the source code of this file.

Classes

struct  v8::internal::compiler::NodeInfo
 
struct  v8::internal::compiler::TempLoopInfo
 
class  v8::internal::compiler::LoopFinderImpl
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Macros

#define OFFSET(x)
 
#define BIT(x)
 
#define INDEX(x)
 

Macro Definition Documentation

◆ BIT

#define BIT ( x)
Value:
(1u << OFFSET(x))
int x
#define OFFSET(x)

Definition at line 24 of file loop-analysis.cc.

◆ INDEX

#define INDEX ( x)
Value:
((x) >> 5)

Definition at line 25 of file loop-analysis.cc.

◆ OFFSET

#define OFFSET ( x)
Value:
((x)&0x1F)

Definition at line 23 of file loop-analysis.cc.