Home
last modified time | relevance | path

Searched defs:Program (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-program.h33 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/
Dassembly-program.h32 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/
DetsScript.h22 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/
Dprogram.cpp22 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/
DproxyProgramsCache.h25 class Program; variable
DentityDeclarator.h25 class Program; variable
DirCheckHelper.h31 class Program; variable
DevaluateContext.h30 class Program; variable
Dhelpers.h46 class Program; variable
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dprogram.h25 explicit Program(pandasm::Program *program) : prog_(program) {} in Program() function
Dentity.h81 class Program; variable
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.h28 class Program; variable
DclassBuilder.h28 class Program; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.h32 class Program; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.h28 class Program; variable
Djs_pandafile_manager.h26 class Program; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h132 parser::Program *Program() in Program() function
137 const parser::Program *Program() const in Program() function
/arkcompiler/ets_frontend/es2panda/util/
Dconcurrent.h40 class Program; variable
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h28 class Program; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.h25 class Program; variable
Dvarbinder.h25 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/
DETSemitter.h24 class Program; variable
Demitter.h125 pandasm::Program *Program() const in Program() function
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto24 message Program { message
/arkcompiler/ets_frontend/ets2panda/parser/context/
DparserContext.h24 class Program; variable

12