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/
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/
Dwasm-module.h406 std::map<uint32_t, FunctionTypeFeedback> feedback_for_function; member
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()
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/
Dliftoff-compiler.cc5934 decoder->module_->type_feedback.feedback_for_function[func_index_] in CallDirect()
6175 decoder->module_->type_feedback.feedback_for_function[func_index_] in CallRef()