#include <instructions_arm.h>
|
static const int * | pattern () |
|
static int | pattern_length_in_bytes () |
|
static const int * | pattern () |
|
static int | pattern_length_in_bytes () |
|
static uword | DecodeLoadWordImmediate (uword end, Register *reg, intptr_t *value) |
|
static uword | DecodeLoadWordImmediate (uword end, Register *reg, intptr_t *value) |
|
static uword | DecodeLoadWordImmediate (uword end, Register *reg, intptr_t *value) |
|
static void | EncodeLoadWordImmediate (uword end, Register reg, intptr_t value) |
|
static uword | DecodeLoadWordFromPool (uword end, Register *reg, intptr_t *index) |
|
static uword | DecodeLoadWordFromPool (uword end, Register *reg, intptr_t *index) |
|
static uword | DecodeLoadWordFromPool (uword end, Register *reg, intptr_t *index) |
|
static uword | DecodeLoadDoubleWordFromPool (uword end, Register *reg1, Register *reg2, intptr_t *index) |
|
static void | EncodeLoadWordFromPoolFixed (uword end, int32_t offset) |
|
static void | EncodeLoadWordFromPoolFixed (uword end, int32_t offset) |
|
Definition at line 168 of file instructions_arm.h.
◆ ReturnPattern() [1/5]
dart::ReturnPattern::ReturnPattern |
( |
uword |
pc | ) |
|
|
explicit |
◆ ReturnPattern() [2/5]
dart::ReturnPattern::ReturnPattern |
( |
uword |
pc | ) |
|
|
explicit |
◆ ReturnPattern() [3/5]
dart::ReturnPattern::ReturnPattern |
( |
uword |
pc | ) |
|
|
inlineexplicit |
◆ ReturnPattern() [4/5]
dart::ReturnPattern::ReturnPattern |
( |
uword |
pc | ) |
|
|
explicit |
◆ ReturnPattern() [5/5]
dart::ReturnPattern::ReturnPattern |
( |
uword |
pc | ) |
|
|
inlineexplicit |
◆ IsValid() [1/3]
bool dart::ReturnPattern::IsValid |
( |
| ) |
const |
◆ IsValid() [2/3]
bool dart::ReturnPattern::IsValid |
( |
| ) |
const |
◆ IsValid() [3/3]
bool dart::ReturnPattern::IsValid |
( |
| ) |
const |
◆ pattern() [1/2]
static const int * dart::ReturnPattern::pattern |
( |
| ) |
|
|
inlinestatic |
Definition at line 88 of file instructions_ia32.h.
88 {
90 return kReturnPattern;
91 }
static constexpr int kLengthInBytes
◆ pattern() [2/2]
static const int * dart::ReturnPattern::pattern |
( |
| ) |
|
|
inlinestatic |
◆ pattern_length_in_bytes() [1/5]
static int dart::ReturnPattern::pattern_length_in_bytes |
( |
| ) |
|
|
inlinestatic |
◆ pattern_length_in_bytes() [2/5]
static int dart::ReturnPattern::pattern_length_in_bytes |
( |
| ) |
|
|
inlinestatic |
◆ pattern_length_in_bytes() [3/5]
int dart::ReturnPattern::pattern_length_in_bytes |
( |
| ) |
const |
|
inline |
◆ pattern_length_in_bytes() [4/5]
int dart::ReturnPattern::pattern_length_in_bytes |
( |
| ) |
const |
|
inline |
◆ pattern_length_in_bytes() [5/5]
int dart::ReturnPattern::pattern_length_in_bytes |
( |
| ) |
const |
|
inline |
◆ kLengthInBytes [1/2]
◆ kLengthInBytes [2/2]
constexpr intptr_t dart::ReturnPattern::kLengthInBytes = 2 |
|
staticconstexpr |
The documentation for this class was generated from the following files: