Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.cc193 class AsmJsParser::TemporaryVariableScope { class in v8::internal::wasm::AsmJsParser
195 explicit TemporaryVariableScope(AsmJsParser* parser) : parser_(parser) { in TemporaryVariableScope() function in v8::internal::wasm::AsmJsParser::TemporaryVariableScope
199 ~TemporaryVariableScope() { in ~TemporaryVariableScope()
1570 TemporaryVariableScope tmp(this); in UnaryExpression()
2082 base::Optional<TemporaryVariableScope> tmp; in ValidateCall()
2291 TemporaryVariableScope tmp_x(this); in ValidateCall()
2292 TemporaryVariableScope tmp_y(this); in ValidateCall()
2315 TemporaryVariableScope tmp(this); in ValidateCall()
Dasm-parser.h116 class TemporaryVariableScope; variable