Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.cc59 module()->type_feedback.feedback_for_function.find(func); in GetCallCount()
60 if (maybe_feedback == module()->type_feedback.feedback_for_function.end()) { in GetCallCount()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h406 std::map<uint32_t, FunctionTypeFeedback> feedback_for_function; member
407 // Accesses to {feedback_for_function} are guarded by this mutex.
H A Dgraph-builder-interface.cc128 auto feedback = feedbacks.feedback_for_function.find(func_index_); in StartFunction()
129 if (feedback != feedbacks.feedback_for_function.end()) { in StartFunction()
H A Dmodule-compiler.cc1253 feedback_for_function_(module->type_feedback.feedback_for_function) { in TransitiveTypeFeedbackProcessor()
1403 module->type_feedback.feedback_for_function[func_index].tierup_priority; in TriggerTierUp()
1405 module->type_feedback.feedback_for_function[func_index].tierup_priority = in TriggerTierUp()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5934 decoder->module_->type_feedback.feedback_for_function[func_index_]
6175 decoder->module_->type_feedback.feedback_for_function[func_index_]

Completed in 20 milliseconds