Searched defs:set_num_locals (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/wasm/baseline/ | ||
| D | liftoff-assembler.cc | 1357 void LiftoffAssembler::set_num_locals(uint32_t num_locals) { in set_num_locals() function in v8::internal::wasm::LiftoffAssembler |
| D | liftoff-compiler.cc | 631 __ set_num_locals(num_locals); in StartFunction() local |