Home
last modified time | relevance | path

Searched refs:BranchIfNotUndefined (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.cpp97 pg->BranchIfNotUndefined(func, loadParamLabel); in CompileFunctionParameterDeclaration()
107 pg->BranchIfNotUndefined(func, nonDefaultLabel); in CompileFunctionParameterDeclaration()
H A Dpandagen.h115 void BranchIfNotUndefined(const ir::AstNode *node, class Label *target);
H A Dpandagen.cpp841 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 DETSGen.h274 void BranchIfNotUndefined([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] Label *ifUndefined) in BranchIfNotUndefined() function in ark::es2panda::compiler::final
H A DJSCompiler.cpp1596 pg->BranchIfNotUndefined(st, label); in CompileFinally()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp188 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar()
210 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp221 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar()
243 pg_->BranchIfNotUndefined(node, callMethod); in YieldStar()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DtryStatement.cpp64 pg->BranchIfNotUndefined(this, label); in CompileFinally()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp88 pg_->BranchIfNotUndefined(node_, returnExits); in CloseInnerResultNormal()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h330 void BranchIfNotUndefined(const ir::AstNode *node, class Label *target);
H A Dpandagen.cpp1131 void PandaGen::BranchIfNotUndefined(const ir::AstNode *node, Label *target) in BranchIfNotUndefined() function in panda::es2panda::compiler::PandaGen

Completed in 16 milliseconds