|
V8 Project
|
#include <utils.h>
Collaboration diagram for v8::internal::TypeFeedbackId: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().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 945 of file utils.h.
References kNoneId, and TypeFeedbackId().
Referenced by v8::internal::LCodeGen::CallCodeGeneric(), and v8::internal::Assembler::ClearRecordedAstId().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 943 of file utils.h.
References id_.
Referenced by v8::internal::Assembler::emit_code_target(), and v8::internal::IdToKey().
Here is the caller graph for this function:
|
private |
|
staticprivate |