Searched refs:res_ (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.h | 68 return res_.variable; in Variable() 78 return res_; in Result() 83 return res_; in Result() 98 : node_(node), refKind_(refKind), res_(res), isDeclaration_(isDeclaration) in LReference() 105 varbinder::ConstScopeFindResult res_; member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::LReference
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lreference.cpp | 39 : node_(node), pg_(pg), refKind_(refKind), res_(res), isDeclaration_(isDeclaration) in LReference() 55 pg_->LoadVar(node_->AsIdentifier(), res_); in GetValue() 100 pg_->StoreVar(node_, res_, isDeclaration_); in SetValue() 155 return res_.variable; in Variable()
|
H A D | lreference.h | 60 binder::ScopeFindResult res_; member in panda::es2panda::panda::es2panda::compiler::LReference
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | codegen.h | 54 return res_; in GetEncodedInstructions() 142 std::vector<pandasm::Ins> res_; member in panda::bytecodeopt::BytecodeGen
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | codegen.h | 64 return res_; in GetEncodedInstructions() 165 std::vector<pandasm::Ins> res_; member in ark::bytecodeopt::BytecodeGen
|
Completed in 2 milliseconds