v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::internal::CheckedMulFastAsmOp< T, U > Struct Template Reference

#include <safe_math_arm_impl.h>

Collaboration diagram for v8::base::internal::CheckedMulFastAsmOp< T, U >:

Static Public Member Functions

template<typename V >
static constexpr bool Do (T x, U y, V *result)
 
template<typename V >
static constexpr bool Do (T, U, V *)
 

Static Public Attributes

static constexpr bool is_supported
 
static const bool is_supported = false
 

Detailed Description

template<typename T, typename U>
struct v8::base::internal::CheckedMulFastAsmOp< T, U >

Definition at line 34 of file safe_math_clang_gcc_impl.h.

Member Function Documentation

◆ Do() [1/2]

template<typename T , typename U >
template<typename V >
static constexpr bool v8::base::internal::CheckedMulFastAsmOp< T, U >::Do ( T x,
U y,
V * result )
inlinestaticconstexpr

Definition at line 39 of file safe_math_arm_impl.h.

Here is the caller graph for this function:

◆ Do() [2/2]

template<typename T , typename U >
template<typename V >
static constexpr bool v8::base::internal::CheckedMulFastAsmOp< T, U >::Do ( T ,
U ,
V *  )
inlinestaticconstexpr

Definition at line 37 of file safe_math_clang_gcc_impl.h.

Member Data Documentation

◆ is_supported [1/2]

template<typename T , typename U >
bool v8::base::internal::CheckedMulFastAsmOp< T, U >::is_supported
staticconstexpr
Initial value:

Definition at line 23 of file safe_math_arm_impl.h.

◆ is_supported [2/2]

template<typename T , typename U >
const bool v8::base::internal::CheckedMulFastAsmOp< T, U >::is_supported = false
static

Definition at line 35 of file safe_math_clang_gcc_impl.h.


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