Home
last modified time | relevance | path

Searched refs:local_depth_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc185 local_depth_ = parser_->function_temp_locals_depth_; in TemporaryVariableScope()
189 DCHECK_EQ(local_depth_, parser_->function_temp_locals_depth_ - 1); in ~TemporaryVariableScope()
192 uint32_t get() const { return parser_->TempVariable(local_depth_); } in get()
196 int local_depth_; member in v8::internal::wasm::AsmJsParser::TemporaryVariableScope

Completed in 4 milliseconds