Searched defs:slot_kind (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | processed-feedback.h | 45 FeedbackSlotKind slot_kind() const { return slot_kind_; } in slot_kind() function in v8::internal::compiler::ProcessedFeedback 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 D | js-heap-broker.cc | 224 ProcessedFeedback::ProcessedFeedback(Kind kind, FeedbackSlotKind slot_kind) in ProcessedFeedback() argument 274 InsufficientFeedback::InsufficientFeedback(FeedbackSlotKind slot_kind) in InsufficientFeedback() argument 285 GlobalAccessFeedback::GlobalAccessFeedback(FeedbackSlotKind slot_kind) in GlobalAccessFeedback() argument 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...] |
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 2719 int slot_kind = args.smi_value_at(2); in RUNTIME_FUNCTION() local 2955 FeedbackSlotKind slot_kind = vector->GetKind(vector_slot); in RUNTIME_FUNCTION() local 3351 FeedbackSlotKind slot_kind = vector->GetKind(vector_slot); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 956 void Put(SlotKind slot_kind, Variable* variable, int slot_index) { in Put() argument 959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) { in Put() argument 962 void Put(SlotKind slot_kind, int variable_index, const AstRawString* name, in Put() argument 966 void Put(SlotKind slot_kind, const AstRawString* name, int slot_index) { in Put() argument 970 int Get(SlotKind slot_kind, Variable* variable) const { in Get() argument 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...] |
Completed in 13 milliseconds