| /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;
|
| /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;
|
| /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 | 22 Program::Program(ScriptExtension extension) in Program() function in panda::es2panda::parser::Program 31 Program::Program(Program &&other) in Program() function in panda::es2panda::parser::Program
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | proxyProgramsCache.h | 25 class Program; variable
|
| D | entityDeclarator.h | 25 class Program; variable
|
| D | irCheckHelper.h | 31 class Program; variable
|
| D | evaluateContext.h | 30 class Program; variable
|
| D | helpers.h | 46 class Program; variable
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | program.h | 25 explicit Program(pandasm::Program *program) : prog_(program) {} in Program() function
|
| D | entity.h | 81 class Program; variable
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | debugInfoDeserializer.h | 28 class Program; variable
|
| D | classBuilder.h | 28 class Program; variable
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerImpl.h | 32 class Program; variable
|
| /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/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.h | 132 parser::Program *Program() in Program() function 137 const parser::Program *Program() const in Program() function
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | concurrent.h | 40 class Program; variable
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.h | 28 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_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.h | 24 class Program; variable
|
| D | emitter.h | 125 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
|