Home
last modified time | relevance | path

Searched refs:kLoadGlobalNotInsideTypeof (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dfeedback-vector.h38 kLoadGlobalNotInsideTypeof, enumerator
68 return kind == FeedbackSlotKind::kLoadGlobalNotInsideTypeof || in IsLoadGlobalICKind()
344 : FeedbackSlotKind::kLoadGlobalNotInsideTypeof); in AddLoadGlobalICSlot()
Dfeedback-vector-inl.h73 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in GetSlotSize()
269 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in ComputeCounts()
Dfeedback-vector.cc138 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in Kind2String()
237 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in New()
415 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in ConfigureUninitialized()
484 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in Clear()
556 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in StateFromFeedback()
Dobjects-printer.cc1105 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in Print()
/external/v8/src/ic/
Dic.h217 return kind == FeedbackSlotKind::kLoadGlobalNotInsideTypeof; in ShouldThrowReferenceError()
/external/v8/src/heap/
Dobject-stats.cc563 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in GetFeedbackSlotType()
/external/v8/src/interpreter/
Dbytecode-generator.cc5099 : FeedbackSlotKind::kLoadGlobalNotInsideTypeof; in GetCachedLoadGlobalICSlot()