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

#include <interpreter-intrinsics.h>

Collaboration diagram for v8::internal::interpreter::IntrinsicsHelper:

Public Types

enum class  IntrinsicId { DECLARE_INTRINSIC_ID , kIdCount }
 

Static Public Member Functions

static V8_EXPORT_PRIVATE bool IsSupported (Runtime::FunctionId function_id)
 
static IntrinsicId FromRuntimeId (Runtime::FunctionId function_id)
 
static Runtime::FunctionId ToRuntimeId (IntrinsicId intrinsic_id)
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (IntrinsicsHelper)
 

Detailed Description

Definition at line 35 of file interpreter-intrinsics.h.

Member Enumeration Documentation

◆ IntrinsicId

Enumerator
DECLARE_INTRINSIC_ID 
kIdCount 

Definition at line 37 of file interpreter-intrinsics.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::interpreter::IntrinsicsHelper::DISALLOW_IMPLICIT_CONSTRUCTORS ( IntrinsicsHelper )
private

◆ FromRuntimeId()

IntrinsicsHelper::IntrinsicId v8::internal::interpreter::IntrinsicsHelper::FromRuntimeId ( Runtime::FunctionId function_id)
static

Definition at line 26 of file interpreter-intrinsics.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsSupported()

bool v8::internal::interpreter::IntrinsicsHelper::IsSupported ( Runtime::FunctionId function_id)
static

Definition at line 14 of file interpreter-intrinsics.cc.

Here is the caller graph for this function:

◆ ToRuntimeId()

Runtime::FunctionId v8::internal::interpreter::IntrinsicsHelper::ToRuntimeId ( IntrinsicsHelper::IntrinsicId intrinsic_id)
static

Definition at line 40 of file interpreter-intrinsics.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

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