Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.h50 loop_infos_(loop_infos), in WasmInliner()
108 std::vector<WasmLoopInfo>* const loop_infos_; variable
Dwasm-inlining.cc246 loop_infos_->insert(loop_infos_->end(), inlinee_loop_infos.begin(), in Finalize()
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc221 loop_infos_.back().nesting_depth < nesting_depth) { in Loop()
222 loop_infos_.back().can_be_innermost = false; in Loop()
224 loop_infos_.emplace_back(loop_node, nesting_depth, true); in Loop()
1076 if (!loop_infos_.empty()) loop_infos_.back().can_be_innermost = false; in ArrayNewWithRtt()
1318 std::vector<compiler::WasmLoopInfo> loop_infos() { return loop_infos_; } in loop_infos()
1326 std::vector<compiler::WasmLoopInfo> loop_infos_; member in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface