v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SimulatorStack Class Reference

#include <simulator.h>

Inheritance diagram for v8::internal::SimulatorStack:
Collaboration diagram for v8::internal::SimulatorStack:

Static Public Member Functions

static uintptr_t JsLimitFromCLimit (v8::internal::Isolate *isolate, uintptr_t c_limit)
 
static void IterateRegistersAndStack (Isolate *isolate, ::heap::base::StackVisitor *visitor)
 
static bool ShouldSwitchCStackForWasmStackSwitching ()
 
static uintptr_t RegisterJSStackComparableAddress (v8::internal::Isolate *isolate)
 
static void UnregisterJSStackComparableAddress (v8::internal::Isolate *isolate)
 

Detailed Description

Definition at line 102 of file simulator.h.

Member Function Documentation

◆ IterateRegistersAndStack()

static void v8::internal::SimulatorStack::IterateRegistersAndStack ( Isolate * isolate,
::heap::base::StackVisitor * visitor )
inlinestatic

Definition at line 124 of file simulator.h.

Here is the caller graph for this function:

◆ JsLimitFromCLimit()

static uintptr_t v8::internal::SimulatorStack::JsLimitFromCLimit ( v8::internal::Isolate * isolate,
uintptr_t c_limit )
inlinestatic

Definition at line 104 of file simulator.h.

Here is the caller graph for this function:

◆ RegisterJSStackComparableAddress()

static uintptr_t v8::internal::SimulatorStack::RegisterJSStackComparableAddress ( v8::internal::Isolate * isolate)
inlinestatic

Definition at line 133 of file simulator.h.

Here is the call graph for this function:

◆ ShouldSwitchCStackForWasmStackSwitching()

static bool v8::internal::SimulatorStack::ShouldSwitchCStackForWasmStackSwitching ( )
inlinestatic

Definition at line 129 of file simulator.h.

◆ UnregisterJSStackComparableAddress()

static void v8::internal::SimulatorStack::UnregisterJSStackComparableAddress ( v8::internal::Isolate * isolate)
inlinestatic

Definition at line 139 of file simulator.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: