/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | compilerImpl.cpp | 70 void CompilerImpl::DumpAsm(const panda::pandasm::Program *prog) in DumpAsm() argument
|
H A D | compileQueue.cpp | 128 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 D | graph_test.h | 80 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *method_name, in TestBuildGraphFromFunc() argument
|
H A D | codegen_test.cpp | 366 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 D | common.h | 194 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 D | generateBin.cpp | 39 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 D | instructions_test.cpp | 295 ark::pandasm::Program *prog = &(program.Value()); in TEST() local
|
H A D | metadata_test.cpp | 70 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 D | main.cpp | 72 auto *prog = allocator.New<panda::pandasm::Program>(); in Run() local
|
H A D | protobufSnapshotGenerator.cpp | 39 void ProtobufSnapshotGenerator::GenerateProgram(const std::string &inputName, panda::pandasm::Program &prog, in GenerateProgram() argument
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | moduleHelpers.cpp | 46 auto *prog = allocator->New<panda::pandasm::Program>(); in CompileNpmModuleEntryList() local
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | codegen.h | 41 BytecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface, pandasm::Program *prog) BytecodeGen() argument
|
H A D | optimize_bytecode.cpp | 385 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 D | irBuilder_tests.cpp | 52 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 D | abc2program_test.cpp | 50 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 D | codegen_test.cpp | 46 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 D | debuginfoDumper.cpp | 25 DebugInfoDumper::DebugInfoDumper(const pandasm::Program *prog) : prog_(prog) {} in DebugInfoDumper() argument
|
/arkcompiler/ets_frontend/ets2panda/ |
H A D | es2panda.cpp | 93 void Compiler::DumpAsm(const pandasm::Program *prog) in DumpAsm() argument
|
/arkcompiler/ets_frontend/es2panda/aot/ |
H A D | emitFiles.h | 28 explicit EmitSingleAbcJob(const std::string &outputFileName, panda::pandasm::Program *prog, in EmitSingleAbcJob() argument
|
/arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
H A D | debuginfoDumper.cpp | 25 DebugInfoDumper::DebugInfoDumper(const pandasm::Program *prog) : prog_(prog) {} in DebugInfoDumper() argument
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | optimize_bytecode.cpp | 253 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 D | linker_test.cpp | 129 std::string prog; in Build() local
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | method_test.cpp | 80 auto &prog = res.Value(); in VerifyLineNumber() local 347 auto &prog = res.Value(); in TEST_F() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | compilerImpl.cpp | 365 void CompilerImpl::DumpAsm(const ark::pandasm::Program *prog) in DumpAsm() argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
H A D | importExportDecls.cpp | 40 bool ImportExportDecls::MatchResolvedPathWithProgram(std::string_view resolvedPath, parser::Program *prog) in MatchResolvedPathWithProgram() argument
|