Home
last modified time | relevance | path

Searched refs:slot_kind (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h45 FeedbackSlotKind slot_kind() const { return slot_kind_; } in slot_kind() function in v8::internal::compiler::ProcessedFeedback
61 ProcessedFeedback(Kind kind, FeedbackSlotKind slot_kind);
70 explicit InsufficientFeedback(FeedbackSlotKind slot_kind);
75 GlobalAccessFeedback(PropertyCellRef cell, FeedbackSlotKind slot_kind);
77 bool immutable, FeedbackSlotKind slot_kind);
78 explicit GlobalAccessFeedback(FeedbackSlotKind slot_kind); // Megamorphic
123 FeedbackSlotKind slot_kind);
162 FeedbackSlotKind slot_kind);
176 FeedbackSlotKind slot_kind) in CallFeedback()
177 : ProcessedFeedback(kCall, slot_kind), in CallFeedback()
174 CallFeedback(base::Optional<HeapObjectRef> target, float frequency, SpeculationMode mode, CallFeedbackContent call_feedback_content, FeedbackSlotKind slot_kind) CallFeedback() argument
198 SingleValueFeedback(T value, FeedbackSlotKind slot_kind) SingleValueFeedback() argument
[all...]
H A Djs-heap-broker.cc224 ProcessedFeedback::ProcessedFeedback(Kind kind, FeedbackSlotKind slot_kind) in ProcessedFeedback() argument
225 : kind_(kind), slot_kind_(slot_kind) {} in ProcessedFeedback()
240 slot_kind()); in Refine()
274 InsufficientFeedback::InsufficientFeedback(FeedbackSlotKind slot_kind) in InsufficientFeedback() argument
275 : ProcessedFeedback(kInsufficient, slot_kind) {} in InsufficientFeedback()
278 FeedbackSlotKind slot_kind) in GlobalAccessFeedback()
279 : ProcessedFeedback(kGlobalAccess, slot_kind), in GlobalAccessFeedback()
282 DCHECK(IsGlobalICKind(slot_kind)); in GlobalAccessFeedback()
285 GlobalAccessFeedback::GlobalAccessFeedback(FeedbackSlotKind slot_kind) in GlobalAccessFeedback() argument
286 : ProcessedFeedback(kGlobalAccess, slot_kind), in GlobalAccessFeedback()
277 GlobalAccessFeedback(PropertyCellRef cell, FeedbackSlotKind slot_kind) GlobalAccessFeedback() argument
291 GlobalAccessFeedback(ContextRef script_context, int slot_index, bool immutable, FeedbackSlotKind slot_kind) GlobalAccessFeedback() argument
403 ElementAccessFeedback(Zone* zone, KeyedAccessMode const& keyed_mode, FeedbackSlotKind slot_kind) ElementAccessFeedback() argument
428 NamedAccessFeedback(NameRef const& name, ZoneVector<MapRef> const& maps, FeedbackSlotKind slot_kind) NamedAccessFeedback() argument
794 ProcessFeedbackMapsForElementAccess( ZoneVector<MapRef>& maps, KeyedAccessMode const& keyed_mode, FeedbackSlotKind slot_kind) ProcessFeedbackMapsForElementAccess() argument
[all...]
H A Djs-heap-broker.h197 FeedbackSlotKind slot_kind);
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc956 void Put(SlotKind slot_kind, Variable* variable, int slot_index) { in Put() argument
957 PutImpl(slot_kind, 0, variable, slot_index); in Put()
959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) { in Put() argument
960 PutImpl(slot_kind, 0, node, slot_index); in Put()
962 void Put(SlotKind slot_kind, int variable_index, const AstRawString* name, in Put() argument
964 PutImpl(slot_kind, variable_index, name, slot_index); in Put()
966 void Put(SlotKind slot_kind, const AstRawString* name, int slot_index) { in Put() argument
967 PutImpl(slot_kind, 0, name, slot_index); in Put()
970 int Get(SlotKind slot_kind, Variable* variable) const { in Get() argument
971 return GetImpl(slot_kind, in Get()
973 Get(SlotKind slot_kind, AstNode* node) const Get() argument
976 Get(SlotKind slot_kind, int variable_index, const AstRawString* name) const Get() argument
980 Get(SlotKind slot_kind, const AstRawString* name) const Get() argument
987 PutImpl(SlotKind slot_kind, int index, const void* node, int slot_index) PutImpl() argument
994 GetImpl(SlotKind slot_kind, int index, const void* node) const GetImpl() argument
7215 FeedbackSlotCache::SlotKind slot_kind = GetCachedLoadGlobalICSlot() local
7230 FeedbackSlotCache::SlotKind slot_kind = GetCachedStoreGlobalICSlot() local
7249 FeedbackSlotCache::SlotKind slot_kind = GetCachedLoadICSlot() local
7271 FeedbackSlotCache::SlotKind slot_kind = GetCachedLoadSuperICSlot() local
7288 FeedbackSlotCache::SlotKind slot_kind = GetCachedStoreICSlot() local
7307 FeedbackSlotCache::SlotKind slot_kind = GetCachedCreateClosureSlot() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic.cc2719 int slot_kind = args.smi_value_at(2); in RUNTIME_FUNCTION() local
2720 FeedbackSlotKind kind = static_cast<FeedbackSlotKind>(slot_kind); in RUNTIME_FUNCTION()
2955 FeedbackSlotKind slot_kind = vector->GetKind(vector_slot); in RUNTIME_FUNCTION() local
2956 DCHECK(IsStoreGlobalICKind(slot_kind)); in RUNTIME_FUNCTION()
3351 FeedbackSlotKind slot_kind = vector->GetKind(vector_slot); in RUNTIME_FUNCTION() local
3354 if (!LoadIC::ShouldThrowReferenceError(slot_kind)) { in RUNTIME_FUNCTION()

Completed in 14 milliseconds