v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <hydrogen-instructions.h>
Public Member Functions | |
HSourcePosition (const HSourcePosition &other) | |
bool | IsUnknown () const |
int | position () const |
void | set_position (int position) |
int | inlining_id () const |
void | set_inlining_id (int inlining_id) |
int | raw () const |
void | PrintTo (FILE *f) |
Static Public Member Functions | |
static HSourcePosition | Unknown () |
Friends | |
class | HPositionInfo |
Definition at line 558 of file hydrogen-instructions.h.
|
inline |
Definition at line 560 of file hydrogen-instructions.h.
Referenced by HSourcePosition::Unknown().
|
inline |
Definition at line 577 of file hydrogen-instructions.h.
References BitFieldBase< T, shift, size, uint32_t >::decode().
Referenced by HSourcePosition::PrintTo().
|
inline |
Definition at line 566 of file hydrogen-instructions.h.
Referenced by HInstruction::has_position(), HInstruction::operand_position(), HSourcePosition::PrintTo(), and HInstruction::set_position().
|
inline |
Definition at line 568 of file hydrogen-instructions.h.
References BitFieldBase< T, shift, size, uint32_t >::decode().
Referenced by HSourcePosition::PrintTo(), and HSourcePosition::set_position().
void PrintTo | ( | FILE * | f | ) |
Definition at line 686 of file hydrogen-instructions.cc.
References HSourcePosition::inlining_id(), HSourcePosition::IsUnknown(), HSourcePosition::position(), v8::internal::PrintF(), and HSourcePosition::raw().
|
inline |
Definition at line 584 of file hydrogen-instructions.h.
Referenced by HSourcePosition::PrintTo(), and HPositionInfo::set_position().
|
inline |
Definition at line 578 of file hydrogen-instructions.h.
References BitFieldBase< T, shift, size, uint32_t >::update().
Referenced by HGraphBuilder::EnterInlinedSource().
|
inline |
Definition at line 569 of file hydrogen-instructions.h.
References HSourcePosition::position(), and BitFieldBase< T, shift, size, uint32_t >::update().
Referenced by HGraphBuilder::ScriptPositionToSourcePosition(), and HGraphBuilder::SetSourcePosition().
|
inlinestatic |
Definition at line 562 of file hydrogen-instructions.h.
References HSourcePosition::HSourcePosition().
Referenced by HPositionInfo::ensure_storage_for_operand_positions(), and HValue::position().
|
friend |
Definition at line 597 of file hydrogen-instructions.h.