Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.h79 return thisVReg_ != std::nullopt; in HasThisVReg()
85 return thisVReg_.value(); in GetThisVReg()
103 mutable std::optional<compiler::VReg> thisVReg_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::CallExpression
H A DcallExpression.cpp182 thisVReg_ = callee + 1; in Compile()

Completed in 2 milliseconds