Searched refs:thisVReg_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ | ||
H A D | callExpression.h | 79 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 D | callExpression.cpp | 182 thisVReg_ = callee + 1; in Compile() |
Completed in 2 milliseconds