Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/codegen/source-position-table.h"
15 #include "src/compiler/compiler-source-position-table.h"
65 // {source_position_iterator} while updating the source position table.
105 // Helper function for creating a feedback source containing type feedback
510 // The source position table, to be populated.
1228 // the source position can be achieved.
2083 FeedbackSource source =
2086 GetLanguageModeFromSlotKind(broker()->GetFeedbackSlotKind(source));
2087 const Operator* op = javascript()->SetKeyedProperty(language_mode, source);
2090 TryBuildSimplifiedStoreKeyed(op, object, key, value, source.slot);
2116 FeedbackSource source =
2119 GetLanguageModeFromSlotKind(broker()->GetFeedbackSlotKind(source));
2122 javascript()->DefineKeyedOwnProperty(language_mode, source);
2125 TryBuildSimplifiedStoreKeyed(op, object, key, value, source.slot);
2330 Node* source =
2339 Node* value = NewNode(op, source, feedback_vector_node());
2344 FeedbackSource source =
2350 javascript()->GetTemplateObject(description, shared_info(), source);
2913 FeedbackSource source(feedback_vector(), slot);
2914 switch (broker()->GetFeedbackForForIn(source)) {
2929 FeedbackSource source(feedback_vector(), slot);
2930 ProcessedFeedback const& feedback = broker()->GetFeedbackForCall(source);
2942 FeedbackSource source(feedback_vector(), slot);
2943 ProcessedFeedback const& feedback = broker()->GetFeedbackForCall(source);
2951 FeedbackSource source(feedback_vector(), slot);
2952 ProcessedFeedback const& feedback = broker()->GetFeedbackForCall(source);