V8 Project
simulator-x87.h File Reference
#include "src/allocation.h"
+ Include dependency graph for simulator-x87.h:

Go to the source code of this file.

Classes

class  v8::internal::SimulatorStack
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4)    (entry(p0, p1, p2, p3, p4))
 
#define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8)    (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
 

Macro Definition Documentation

◆ CALL_GENERATED_CODE

#define CALL_GENERATED_CODE (   entry,
  p0,
  p1,
  p2,
  p3,
  p4 
)     (entry(p0, p1, p2, p3, p4))

Definition at line 15 of file simulator-x87.h.

◆ CALL_GENERATED_REGEXP_CODE

#define CALL_GENERATED_REGEXP_CODE (   entry,
  p0,
  p1,
  p2,
  p3,
  p4,
  p5,
  p6,
  p7,
  p8 
)     (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))

Definition at line 24 of file simulator-x87.h.