#include <processed-feedback.h>
|
enum | Kind {
kInsufficient
, kBinaryOperation
, kCall
, kCompareOperation
,
kElementAccess
, kForIn
, kGlobalAccess
, kInstanceOf
,
kTypeOf
, kLiteral
, kMegaDOMPropertyAccess
, kNamedAccess
,
kRegExpLiteral
, kTemplateObject
} |
|
| ProcessedFeedback (Kind kind, FeedbackSlotKind slot_kind) |
|
Definition at line 197 of file processed-feedback.h.
◆ CallFeedback()
◆ call_feedback_content()
◆ frequency()
float v8::internal::compiler::CallFeedback::frequency |
( |
| ) |
const |
|
inline |
◆ speculation_mode()
SpeculationMode v8::internal::compiler::CallFeedback::speculation_mode |
( |
| ) |
const |
|
inline |
◆ target()
OptionalHeapObjectRef v8::internal::compiler::CallFeedback::target |
( |
| ) |
const |
|
inline |
◆ content_
◆ frequency_
float const v8::internal::compiler::CallFeedback::frequency_ |
|
private |
◆ mode_
◆ target_
OptionalHeapObjectRef const v8::internal::compiler::CallFeedback::target_ |
|
private |
The documentation for this class was generated from the following file: