![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/feedback-vector.h"
#include <optional>
#include "src/common/globals.h"
#include "src/heap/heap-write-barrier-inl.h"
#include "src/objects/code-inl.h"
#include "src/objects/feedback-cell-inl.h"
#include "src/objects/maybe-object-inl.h"
#include "src/objects/shared-function-info.h"
#include "src/objects/smi.h"
#include "src/objects/tagged.h"
#include "src/roots/roots-inl.h"
#include "src/torque/runtime-macro-shims.h"
#include "src/torque/runtime-support.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/feedback-vector-tq-inl.inc"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
v8::internal::INT32_ACCESSORS (FeedbackMetadata, create_closure_slot_count, kCreateClosureSlotCountOffset) int32_t FeedbackMetadata | |
v8::internal::DEF_GETTER (FeedbackVector, metadata, Tagged< FeedbackMetadata >) | |
v8::internal::DEF_ACQUIRE_GETTER (FeedbackVector, metadata, Tagged< FeedbackMetadata >) | |
v8::internal::RELAXED_INT32_ACCESSORS (FeedbackVector, invocation_count, kInvocationCountOffset) void FeedbackVector | |
v8::internal::RELAXED_UINT8_ACCESSORS (FeedbackVector, invocation_count_before_stable, kInvocationCountBeforeStableOffset) int FeedbackVector | |
BinaryOperationHint | v8::internal::BinaryOperationHintFromFeedback (int type_feedback) |
template<CompareOperationFeedback::Type Feedback> | |
bool | v8::internal::Is (int type_feedback) |
CompareOperationHint | v8::internal::CompareOperationHintFromFeedback (int type_feedback) |
ForInHint | v8::internal::ForInHintFromFeedback (ForInFeedback type_feedback) |