Home
last modified time | relevance | path

Searched defs:program (Results 1 - 25 of 149) sorted by relevance

123456

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dplugin_phase.cpp20 bool PluginPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
H A DcheckerPhase.cpp20 bool CheckerPhase::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
H A DresolveIdentifiers.cpp21 bool ResolveIdentifiers::Perform(public_lib::Context *ctx, [[maybe_unused]] parser::Program *program) in Perform() argument
H A Dphase.h31 Precondition([[maybe_unused]] public_lib::Context *ctx, [[maybe_unused]] const parser::Program *program) Precondition() argument
37 Postcondition([[maybe_unused]] public_lib::Context *ctx, [[maybe_unused]] const parser::Program *program) Postcondition() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DprogramCache.h25 panda::pandasm::Program program; member
[all...]
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
H A DXShader.js
/arkcompiler/ets_frontend/ets2panda/util/
H A DerrorHandler.h27 explicit ErrorHandler(const parser::Program *program) : program_(program) {} in ErrorHandler() argument
H A DerrorHandler.cpp28 void ErrorHandler::ThrowSyntaxError(const parser::Program *program, std::string_view errorMessage, in ThrowSyntaxError() argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dconst_array_resolver_test.cpp40 pandasm::Program program; in TEST_F() local
83 pandasm::Program program; in TEST_F() local
121 pandasm::Program program; in TEST_F() local
151 pandasm::Program program; in TEST_F() local
182 pandasm::Program program; in TEST_F() local
242 pandasm::Program program; TEST_F() local
294 pandasm::Program program; TEST_F() local
329 pandasm::Program program; TEST_F() local
356 pandasm::Program program; TEST_F() local
[all...]
H A Dbitops_bitwise_and_test.cpp69 auto &program = res.Value(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DpartialExportClassGen.cpp33 bool PartialExportClassGen::Perform(public_lib::Context *const ctx, parser::Program *const program) in Perform() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.h25 ASParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in ASParser() argument
H A DJSparser.h24 JSParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in JSParser() argument
H A DTSparser.h30 TSParser(Program *program, const CompilerOptions &options, ParserStatus status = ParserStatus::NO_OPTS) in TSParser() argument
/arkcompiler/ets_frontend/ets2panda/parser/context/
H A DparserContext.cpp21 ParserContext::ParserContext(const Program *program, ParserStatus status) in ParserContext() argument
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc2program_compiler.cpp43 bool Abc2ProgramCompiler::FillProgramData(pandasm::Program &program) in FillProgramData() argument
H A Dabc2program_key_data.h32 Abc2ProgramKeyData(const panda_file::File &file, AbcStringTable &stringTable, pandasm::Program &program) in Abc2ProgramKeyData() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dbitops_bitwise_and_test.cpp70 auto &program = res.Value(); in TEST_F() local
H A Dconst_array_resolver_test.cpp43 pandasm::Program program; in TEST_F() local
88 pandasm::Program program; in TEST_F() local
120 pandasm::Program program; in TEST_F() local
164 pandasm::Program program; in TEST_F() local
194 pandasm::Program program; in TEST_F() local
225 pandasm::Program program; TEST_F() local
286 pandasm::Program program; TEST_F() local
338 pandasm::Program program; TEST_F() local
373 pandasm::Program program; TEST_F() local
400 pandasm::Program program; TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dextractor_test.cpp27 auto program = ark::pandasm::Parser().Parse(R"( in TEST() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.h30 parser::Program *program; member
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsScript.h29 explicit ETSScript(ArenaAllocator *allocator, ArenaVector<Statement *> &&statementList, parser::Program *program) in ETSScript() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DproxyProgramsCache.cpp29 void ProxyProgramsCache::AddProgram(parser::Program *program) in AddProgram() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_check_infinite_loop_test.cpp28 char const *program; member
H A Dast_verifier_check_normal_loop_test.cpp28 char const *program; member

Completed in 9 milliseconds

123456