Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h170 int function_temp_locals_depth_; variable
Dasm-parser.cc196 local_depth_ = parser_->function_temp_locals_depth_; in TemporaryVariableScope()
197 parser_->function_temp_locals_depth_++; in TemporaryVariableScope()
200 DCHECK_EQ(local_depth_, parser_->function_temp_locals_depth_ - 1); in ~TemporaryVariableScope()
201 parser_->function_temp_locals_depth_--; in ~TemporaryVariableScope()
760 function_temp_locals_depth_ = 0; in ValidateFunction()