v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::NamedAccessFeedback Class Reference

#include <processed-feedback.h>

Inheritance diagram for v8::internal::compiler::NamedAccessFeedback:
Collaboration diagram for v8::internal::compiler::NamedAccessFeedback:

Public Member Functions

 NamedAccessFeedback (NameRef name, ZoneVector< MapRef > const &maps, FeedbackSlotKind slot_kind, bool has_deprecated_map_without_migration_target=false)
 
NameRef name () const
 
ZoneVector< MapRef > const & maps () const
 
bool has_deprecated_map_without_migration_target () const
 
- Public Member Functions inherited from v8::internal::compiler::ProcessedFeedback
Kind kind () const
 
FeedbackSlotKind slot_kind () const
 
bool IsInsufficient () const
 
BinaryOperationFeedback const & AsBinaryOperation () const
 
TypeOfOpFeedback const & AsTypeOf () const
 
CallFeedback const & AsCall () const
 
CompareOperationFeedback const & AsCompareOperation () const
 
ElementAccessFeedback const & AsElementAccess () const
 
ForInFeedback const & AsForIn () const
 
GlobalAccessFeedback const & AsGlobalAccess () const
 
InstanceOfFeedback const & AsInstanceOf () const
 
NamedAccessFeedback const & AsNamedAccess () const
 
MegaDOMPropertyAccessFeedback const & AsMegaDOMPropertyAccess () const
 
LiteralFeedback const & AsLiteral () const
 
RegExpLiteralFeedback const & AsRegExpLiteral () const
 
TemplateObjectFeedback const & AsTemplateObject () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

NameRef const name_
 
ZoneVector< MapRef > const maps_
 
bool has_deprecated_map_without_migration_target_
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::ProcessedFeedback
enum  Kind {
  kInsufficient , kBinaryOperation , kCall , kCompareOperation ,
  kElementAccess , kForIn , kGlobalAccess , kInstanceOf ,
  kTypeOf , kLiteral , kMegaDOMPropertyAccess , kNamedAccess ,
  kRegExpLiteral , kTemplateObject
}
 
- Protected Member Functions inherited from v8::internal::compiler::ProcessedFeedback
 ProcessedFeedback (Kind kind, FeedbackSlotKind slot_kind)
 

Detailed Description

Definition at line 168 of file processed-feedback.h.

Constructor & Destructor Documentation

◆ NamedAccessFeedback()

v8::internal::compiler::NamedAccessFeedback::NamedAccessFeedback ( NameRef name,
ZoneVector< MapRef > const & maps,
FeedbackSlotKind slot_kind,
bool has_deprecated_map_without_migration_target = false )

Definition at line 445 of file js-heap-broker.cc.

Here is the call graph for this function:

Member Function Documentation

◆ has_deprecated_map_without_migration_target()

bool v8::internal::compiler::NamedAccessFeedback::has_deprecated_map_without_migration_target ( ) const
inline

Definition at line 176 of file processed-feedback.h.

◆ maps()

ZoneVector< MapRef > const & v8::internal::compiler::NamedAccessFeedback::maps ( ) const
inline

Definition at line 175 of file processed-feedback.h.

◆ name()

NameRef v8::internal::compiler::NamedAccessFeedback::name ( ) const
inline

Definition at line 174 of file processed-feedback.h.

Here is the caller graph for this function:

Member Data Documentation

◆ has_deprecated_map_without_migration_target_

bool v8::internal::compiler::NamedAccessFeedback::has_deprecated_map_without_migration_target_
private

Definition at line 183 of file processed-feedback.h.

◆ maps_

ZoneVector<MapRef> const v8::internal::compiler::NamedAccessFeedback::maps_
private

Definition at line 182 of file processed-feedback.h.

◆ name_

NameRef const v8::internal::compiler::NamedAccessFeedback::name_
private

Definition at line 181 of file processed-feedback.h.


The documentation for this class was generated from the following files: