V8 Project
|
#include <utils.h>
Public Member Functions | |
TypeFeedbackId (int id) | |
int | ToInt () const |
bool | IsNone () const |
Static Public Member Functions | |
static TypeFeedbackId | None () |
Private Attributes | |
int | id_ |
Static Private Attributes | |
static const int | kNoneId = -1 |
|
inlineexplicit |
|
inline |
Definition at line 946 of file utils.h.
Referenced by v8::internal::Assembler::emit_code_target(), v8::internal::Assembler::RecordedAstId(), and v8::internal::Assembler::SetRecordedAstId().
|
inlinestatic |
Definition at line 945 of file utils.h.
References kNoneId, and TypeFeedbackId().
Referenced by v8::internal::LCodeGen::CallCodeGeneric(), and v8::internal::Assembler::ClearRecordedAstId().
|
inline |
Definition at line 943 of file utils.h.
References id_.
Referenced by v8::internal::Assembler::emit_code_target(), and v8::internal::IdToKey().
|
private |
|
staticprivate |