#include <nativeInstruction.hpp>
Inheritance diagram for IC_Info:
Public Types | |
info_offset = data_offset | |
number_of_flags = 8 | |
flags_mask = (1 << number_of_flags) - 1 | |
enum | IC_Info_specific_constants { info_offset = data_offset, number_of_flags = 8, flags_mask = (1 << number_of_flags) - 1 } |
Public Member Functions | |
char * | NLR_target () const |
int | flags () const |
void | set_flags (int flags) |
Friends | |
IC_Info * | ic_info_at (char *address) |
Definition at line 129 of file nativeInstruction.hpp.
Definition at line 131 of file nativeInstruction.hpp.
int IC_Info::flags | ( | ) | const [inline] |
Definition at line 138 of file nativeInstruction.hpp.
References NativeTest::data(), and flags_mask.
Here is the call graph for this function:
char* IC_Info::NLR_target | ( | ) | const [inline] |
Definition at line 137 of file nativeInstruction.hpp.
References NativeTest::data(), and NativeTest::instruction_address().
Here is the call graph for this function:
void IC_Info::set_flags | ( | int | flags | ) | [inline] |
Definition at line 139 of file nativeInstruction.hpp.
References NativeTest::data(), flags_mask, and NativeTest::set_data().
Here is the call graph for this function:
IC_Info* ic_info_at | ( | char * | address | ) | [friend] |
Definition at line 105 of file nativeInstruction.cpp.