Home
last modified time | relevance | path

Searched defs:prog (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerImpl.cpp70 void CompilerImpl::DumpAsm(const panda::pandasm::Program *prog) in DumpAsm() argument
H A DcompileQueue.cpp128 panda::pandasm::Program *prog = nullptr; in CompileProgram() local
154 void CompileFileJob::OptimizeAndCacheProgram(panda::pandasm::Program *prog) in OptimizeAndCacheProgram() argument
222 void CompileAbcClassJob::UpdateDynamicImportPackageVersion(panda::pandasm::Program *prog, in UpdateDynamicImportPackageVersion() argument
238 UpdateStaticImportPackageVersion(panda::pandasm::Program *prog, const std::unordered_map<std::string, panda::es2panda::PkgInfo> &pkgContextInfo) UpdateStaticImportPackageVersion() argument
253 UpdatePackageVersion(panda::pandasm::Program *prog, const panda::es2panda::CompilerOptions &options) UpdatePackageVersion() argument
[all...]
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dgraph_test.h80 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *method_name, in TestBuildGraphFromFunc() argument
H A Dcodegen_test.cpp366 Program *prog = nullptr; HWTEST_F() local
384 Program *prog = nullptr; HWTEST_F() local
402 Program *prog = nullptr; HWTEST_F() local
521 auto &prog = res.Value(); HWTEST_F() local
[all...]
H A Dcommon.h194 auto &prog = res.Value(); in ParseToGraph() local
198 bool ParseToGraph(pandasm::Program *prog, const std::string &func_name) in ParseToGraph() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H A DgenerateBin.cpp39 static int OptimizeBytecode(ark::pandasm::Program *prog, const util::Options *options, const ReporterFun &reporter, in OptimizeBytecode() argument
61 static int GenerateProgramImpl(ark::pandasm::Program *prog, const util::Options *options, const ReporterFun &reporter, in GenerateProgramImpl() argument
103 int GenerateProgram(ark::pandasm::Program *prog, const util::Options *options, const ReporterFun &reporter) in GenerateProgram() argument
[all...]
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dinstructions_test.cpp295 ark::pandasm::Program *prog = &(program.Value()); in TEST() local
H A Dmetadata_test.cpp70 std::string prog = ss.str(); in TEST() local
114 std::string prog = ss.str(); in TEST() local
[all...]
/arkcompiler/ets_frontend/merge_abc/src/
H A Dmain.cpp72 auto *prog = allocator.New<panda::pandasm::Program>(); in Run() local
H A DprotobufSnapshotGenerator.cpp39 void ProtobufSnapshotGenerator::GenerateProgram(const std::string &inputName, panda::pandasm::Program &prog, in GenerateProgram() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DmoduleHelpers.cpp46 auto *prog = allocator->New<panda::pandasm::Program>(); in CompileNpmModuleEntryList() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.h41 BytecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface, pandasm::Program *prog) BytecodeGen() argument
H A Doptimize_bytecode.cpp385 bool AnalysisBytecode(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, in AnalysisBytecode() argument
430 bool OptimizeFunction(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, in OptimizeFunction() argument
498 OptimizePandaFile(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const std::string &pfile_name, bool is_dynamic) OptimizePandaFile() argument
526 OptimizeBytecode(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const std::string &pandafile_name, bool is_dynamic, bool has_memory_pool) OptimizeBytecode() argument
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A DirBuilder_tests.cpp52 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *methodName, const Callback &cb) in TestBuildGraphFromFunc() argument
147 auto &prog = res.Value(); in HWTEST_F() local
273 auto &prog = res.Value(); in HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/abc2program/tests/
H A Dabc2program_test.cpp50 const pandasm::Program *prog = nullptr; // NOLINT(misc-non-private-member-variables-in-classes) member in ark::abc2program::Abc2ProgramTest
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp46 pandasm::Program prog; in TEST() local
64 pandasm::Program prog; in TEST() local
1538 auto &prog = res.Value(); in TEST_F() local
1566 auto &prog = res.Value(); in TEST_F() local
1598 auto &prog = res.Value(); TEST_F() local
1659 auto &prog = res.Value(); TEST() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
H A DdebuginfoDumper.cpp25 DebugInfoDumper::DebugInfoDumper(const pandasm::Program *prog) : prog_(prog) {} in DebugInfoDumper() argument
/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.cpp93 void Compiler::DumpAsm(const pandasm::Program *prog) in DumpAsm() argument
/arkcompiler/ets_frontend/es2panda/aot/
H A DemitFiles.h28 explicit EmitSingleAbcJob(const std::string &outputFileName, panda::pandasm::Program *prog, in EmitSingleAbcJob() argument
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
H A DdebuginfoDumper.cpp25 DebugInfoDumper::DebugInfoDumper(const pandasm::Program *prog) : prog_(prog) {} in DebugInfoDumper() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp253 bool OptimizeFunction(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, in OptimizeFunction() argument
324 bool OptimizePandaFile(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, in OptimizePandaFile() argument
354 bool OptimizeBytecode(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, in OptimizeBytecode() argument
[all...]
/arkcompiler/runtime_core/static_core/static_linker/tests/
H A Dlinker_test.cpp129 std::string prog; in Build() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmethod_test.cpp80 auto &prog = res.Value(); in VerifyLineNumber() local
347 auto &prog = res.Value(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompilerImpl.cpp365 void CompilerImpl::DumpAsm(const ark::pandasm::Program *prog) in DumpAsm() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp40 bool ImportExportDecls::MatchResolvedPathWithProgram(std::string_view resolvedPath, parser::Program *prog) in MatchResolvedPathWithProgram() argument

Completed in 15 milliseconds

12