Home
last modified time | relevance | path

Searched defs:FeedbackSource (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dfeedback-source.h15 struct FeedbackSource { struct
16 FeedbackSource() { DCHECK(!IsValid()); } in FeedbackSource() function
28 size_t operator()(FeedbackSource const& source) const { in operator() argument
34 bool operator()(FeedbackSource const& lhs, in operator() argument
Dfeedback-source.cc11 FeedbackSource::FeedbackSource(Handle<FeedbackVector> vector_, in FeedbackSource() function in v8::internal::compiler::FeedbackSource
17 FeedbackSource::FeedbackSource(FeedbackVectorRef vector_, FeedbackSlot slot_) in FeedbackSource() function in v8::internal::compiler::FeedbackSource