v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <hydrogen-instructions.h>
Public Member Functions | |
HPositionInfo (int pos) | |
HSourcePosition | position () const |
void | set_position (HSourcePosition pos) |
void | ensure_storage_for_operand_positions (Zone *zone, int operand_count) |
HSourcePosition | operand_position (int idx) const |
void | set_operand_position (int idx, HSourcePosition pos) |
Definition at line 1132 of file hydrogen-instructions.h.
|
inlineexplicit |
Definition at line 1134 of file hydrogen-instructions.h.
|
inline |
Definition at line 1151 of file hydrogen-instructions.h.
References ASSERT, Zone::NewArray(), HPositionInfo::position(), HPositionInfo::set_position(), and HSourcePosition::Unknown().
Referenced by HInstruction::set_operand_position().
|
inline |
Definition at line 1170 of file hydrogen-instructions.h.
References HPositionInfo::position().
Referenced by HInstruction::operand_position().
|
inline |
Definition at line 1136 of file hydrogen-instructions.h.
Referenced by HPositionInfo::ensure_storage_for_operand_positions(), HPositionInfo::operand_position(), and HInstruction::position().
|
inline |
Definition at line 1177 of file hydrogen-instructions.h.
Referenced by HInstruction::set_operand_position().
|
inline |
Definition at line 1143 of file hydrogen-instructions.h.
References HSourcePosition::raw().
Referenced by HPositionInfo::ensure_storage_for_operand_positions(), and HInstruction::set_position().