#include <instruction.h>
Definition at line 1214 of file instruction.h.
◆ Type
Enumerator |
---|
kInt32 | |
kInt64 | |
kFloat32 | |
kFloat64 | |
kExternalReference | |
kCompressedHeapObject | |
kHeapObject | |
kRpoNumber | |
Definition at line 1216 of file instruction.h.
◆ Constant() [1/10]
v8::internal::compiler::Constant::Constant |
( |
int32_t | v | ) |
|
|
explicit |
◆ Constant() [2/10]
v8::internal::compiler::Constant::Constant |
( |
int64_t | v | ) |
|
|
inlineexplicit |
◆ Constant() [3/10]
v8::internal::compiler::Constant::Constant |
( |
float | v | ) |
|
|
inlineexplicit |
◆ Constant() [4/10]
v8::internal::compiler::Constant::Constant |
( |
Float32 | v | ) |
|
|
inlineexplicit |
◆ Constant() [5/10]
v8::internal::compiler::Constant::Constant |
( |
double | v | ) |
|
|
inlineexplicit |
◆ Constant() [6/10]
v8::internal::compiler::Constant::Constant |
( |
Float64 | v | ) |
|
|
inlineexplicit |
◆ Constant() [7/10]
◆ Constant() [8/10]
◆ Constant() [9/10]
v8::internal::compiler::Constant::Constant |
( |
RpoNumber | rpo | ) |
|
|
inlineexplicit |
◆ Constant() [10/10]
◆ FitsInInt32()
bool v8::internal::compiler::Constant::FitsInInt32 |
( |
| ) |
const |
|
inline |
◆ rmode()
◆ ToCode()
◆ ToExternalReference()
◆ ToFloat32()
float v8::internal::compiler::Constant::ToFloat32 |
( |
| ) |
const |
|
inline |
◆ ToFloat32AsInt()
uint32_t v8::internal::compiler::Constant::ToFloat32AsInt |
( |
| ) |
const |
|
inline |
◆ ToFloat32Safe()
Float32 v8::internal::compiler::Constant::ToFloat32Safe |
( |
| ) |
const |
|
inline |
◆ ToFloat64()
base::Double v8::internal::compiler::Constant::ToFloat64 |
( |
| ) |
const |
|
inline |
◆ ToHeapObject()
◆ ToInt32()
int32_t v8::internal::compiler::Constant::ToInt32 |
( |
| ) |
const |
|
inline |
◆ ToInt64()
int64_t v8::internal::compiler::Constant::ToInt64 |
( |
| ) |
const |
|
inline |
◆ ToRpoNumber()
RpoNumber v8::internal::compiler::Constant::ToRpoNumber |
( |
| ) |
const |
|
inline |
◆ type()
Type v8::internal::compiler::Constant::type |
( |
| ) |
const |
|
inline |
◆ rmode_
◆ type_
Type v8::internal::compiler::Constant::type_ |
|
private |
◆ value_
int64_t v8::internal::compiler::Constant::value_ |
|
private |
The documentation for this class was generated from the following files: