Home
last modified time | relevance | path

Searched defs:Perform (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
Dplugin_phase.cpp20 bool PluginPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() function in ark::es2panda::compiler::PluginPhase
DresolveIdentifiers.cpp22 bool ResolveIdentifiers::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *progra… in Perform() function in ark::es2panda::compiler::ResolveIdentifiers
DcheckerPhase.cpp20 bool CheckerPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() function in ark::es2panda::compiler::CheckerPhase
Dphase.cpp280 bool PhaseForDeclarations::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::PhaseForDeclarations
338 bool PhaseForBodies::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::PhaseForBodies
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DcfgBuilderPhase.cpp22 bool CFGBuilderPhase::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::CFGBuilderPhase
DstringConstantsLowering.cpp39 bool StringConstantsLowering::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::StringConstantsLowering
DboxedTypeLowering.cpp63 bool BoxedTypeLowering::Perform(public_lib::Context *const ctx, parser::Program *const program) in Perform() function in ark::es2panda::compiler::BoxedTypeLowering
DsetJumpTarget.cpp98 bool SetJumpTargetPhase::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::SetJumpTargetPhase
DpackageImplicitImport.cpp109 bool PackageImplicitImport::Perform(public_lib::Context *const ctx, parser::Program *const program) in Perform() function in ark::es2panda::compiler::PackageImplicitImport
DexportAnonymousConst.cpp119 bool ExportAnonymousConstPhase::Perform(public_lib::Context *const ctx, parser::Program *const prog… in Perform() function in ark::es2panda::compiler::ExportAnonymousConstPhase
DinterfaceObjectLiteralLowering.cpp436 bool InterfaceObjectLiteralLowering::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::InterfaceObjectLiteralLowering
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DtopLevelStmts.cpp71 bool TopLevelStatements::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::TopLevelStatements
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp47 bool ScopesInitPhase::Perform(PhaseContext *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::ScopesInitPhase
823 bool InitScopesPhaseETS::Perform(PhaseContext *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::InitScopesPhaseETS