Searched refs:BranchIfNotUndefined (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | function.cpp | 97 pg->BranchIfNotUndefined(func, loadParamLabel); in CompileFunctionParameterDeclaration() 107 pg->BranchIfNotUndefined(func, nonDefaultLabel); in CompileFunctionParameterDeclaration()
|
H A D | pandagen.h | 115 void BranchIfNotUndefined(const ir::AstNode *node, class Label *target);
|
H A D | pandagen.cpp | 841 void PandaGen::BranchIfNotUndefined(const ir::AstNode *node, Label *target) in BranchIfNotUndefined() function in ark::es2panda::compiler::PandaGen 914 BranchIfNotUndefined(node, notUndefined); in ValidateClassDirectReturn()
|
H A D | ETSGen.h | 274 void BranchIfNotUndefined([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] Label *ifUndefined) in BranchIfNotUndefined() function in ark::es2panda::compiler::final
|
H A D | JSCompiler.cpp | 1596 pg->BranchIfNotUndefined(st, label); in CompileFinally()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 188 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar() 210 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 221 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar() 243 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | tryStatement.cpp | 64 pg->BranchIfNotUndefined(this, label); in CompileFinally()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 88 pg_->BranchIfNotUndefined(node_, returnExits); in CloseInnerResultNormal()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 330 void BranchIfNotUndefined(const ir::AstNode *node, class Label *target);
|
H A D | pandagen.cpp | 1131 void PandaGen::BranchIfNotUndefined(const ir::AstNode *node, Label *target) in BranchIfNotUndefined() function in panda::es2panda::compiler::PandaGen
|
Completed in 16 milliseconds