| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-program.h | 33 struct Program { struct 34 using StringT = std::set<std::string>; 37 std::map<std::string, ark::pandasm::Record> recordTable; 38 std::map<std::string, ark::pandasm::Function> functionTable; 40 functionSynonyms; // we might keep unordered, since we don't iterate over it 41 std::map<std::string, ark::pandasm::LiteralArray> literalarrayTable; 42 StringT strings; 43 std::set<Type> arrayTypes;
|
| D | pandasm.cpp | 131 ark::Expected<ark::pandasm::Program, ark::pandasm::Error> &res) in ParseProgram()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-program.h | 32 struct Program { struct 34 std::map<std::string, panda::pandasm::Record> record_table; 35 std::map<std::string, panda::pandasm::Function> function_table; 36 std::unordered_map<std::string, std::vector<std::string>> function_synonyms; 37 std::map<std::string, panda::pandasm::LiteralArray> literalarray_table; 38 std::set<std::string> strings; 39 std::unordered_set<Type> array_types;
|
| D | pandasm.cpp | 131 panda::Expected<panda::pandasm::Program, panda::pandasm::Error> &res) in ParseProgram()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsScript.h | 22 class Program; variable 35 parser::Program *Program() in Program() function 40 const parser::Program *Program() const in Program() function
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| D | program.cpp | 23 Program::Program(ScriptExtension extension) in Program() function in panda::es2panda::parser::Program 32 Program::Program(Program &&other) in Program() function in panda::es2panda::parser::Program
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.h | 28 class Program; variable
|
| D | js_pandafile_manager.h | 26 class Program; variable
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerImpl.h | 32 class Program; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.h | 130 parser::Program *Program() in Program() function 135 const parser::Program *Program() const in Program() function
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | concurrent.h | 40 class Program; variable
|
| D | helpers.h | 73 class Program; variable
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | recordTable.h | 25 class Program; variable
|
| D | varbinder.h | 25 class Program; variable 80 parser::Program *Program() in Program() function 85 const parser::Program *Program() const in Program() function
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.h | 28 class Program; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | emitter.h | 122 pandasm::Program *Program() const in Program() function
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyProgram.proto | 24 message Program { message
|
| /arkcompiler/ets_frontend/ets2panda/parser/context/ |
| D | parserContext.h | 24 class Program; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi_create.h | 40 pandasm::Program &Program() in Program() function
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 53 Program(ArenaAllocator *allocator, varbinder::VarBinder *varbinder) in Program() function
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 32 using Program = panda::ecmascript::Program; typedef
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.h | 26 class Program; variable
|
| D | checker.cpp | 217 parser::Program *Checker::Program() const in Program() function in ark::es2panda::checker::Checker
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.h | 120 const parser::Program *Program() const in Program() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 48 class Program; variable 87 class Program; variable
|