Searched refs:programs (Results 1 – 25 of 56) sorted by relevance
123
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | main.cpp | 69 std::vector<panda::pandasm::Program *> programs; in Run() local 70 programs.reserve(protoFiles.size()); in Run() 73 programs.emplace_back(prog); in Run() 78 … proto::ProtobufSnapshotGenerator::GenerateProgram(protoFile, *(programs[idx++]), &allocator); in Run() 83 …asm::AsmEmitter::EmitPrograms(panda::os::file::File::GetExtendedFilePath(outputFileName), programs, in Run()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/concurrent/ |
| D | invalid-concurrent-generator-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | invalid-concurrent-arrow-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | invalid-concurrent-async-generator-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | invalid-concurrent-async-arrow-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-1-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-const-lexical-variable-4-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-4-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-3-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-5-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-2-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | sendable-member-function-contains-lexical-variable-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | sendable-class-constructor-contains-lexical-variable-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-lexenv-6/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/modify-export-1/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-import/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/del-dup-add-anon-function/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/modify-import/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-1/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-6/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-2/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-3/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/modify-export-2/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-1/ |
| D | expected.txt | 17 the size of programs is expected to be 1, but is 0
|
123