Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h48 asyncPairMethod_(nullptr) in MethodDefinition()
89 return asyncPairMethod_; in AsyncPairMethod()
94 return asyncPairMethod_; in AsyncPairMethod()
120 asyncPairMethod_ = method; in SetAsyncPairMethod()
160 MethodDefinition *asyncPairMethod_; variable