Home
last modified time | relevance | path

Searched refs:FunctionTypeFeedback (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h400 struct FunctionTypeFeedback { struct
406 std::map<uint32_t, FunctionTypeFeedback> feedback_for_function; argument
Dmodule-compiler.cc1285 std::map<uint32_t, FunctionTypeFeedback>& feedback_for_function_;
/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.cc63 wasm::FunctionTypeFeedback feedback = maybe_feedback->second; in GetCallCount()