Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.cc126 bool SmallEnoughToInline(size_t current_graph_size, uint32_t candidate_size) { in SmallEnoughToInline() function
163 if (!SmallEnoughToInline(current_graph_size_, candidate.wire_byte_size)) { in Finalize()