Home
last modified time | relevance | path

Searched defs:Program (Results 1 – 25 of 30) 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;
Dpandasm.cpp131 ark::Expected<ark::pandasm::Program, ark::pandasm::Error> &res) in ParseProgram()
/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;
Dpandasm.cpp131 panda::Expected<panda::pandasm::Program, panda::pandasm::Error> &res) in ParseProgram()
/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.cpp23 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/
Dpanda_file_translator.h28 class Program; variable
Djs_pandafile_manager.h26 class Program; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.h32 class Program; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h130 parser::Program *Program() in Program() function
135 const parser::Program *Program() const in Program() function
/arkcompiler/ets_frontend/es2panda/util/
Dconcurrent.h40 class Program; variable
Dhelpers.h73 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_runtime/ecmascript/snapshot/mem/
Dsnapshot.h28 class Program; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.h122 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
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.h40 pandasm::Program &Program() in Program() function
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h53 Program(ArenaAllocator *allocator, varbinder::VarBinder *varbinder) in Program() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp32 using Program = panda::ecmascript::Program; typedef
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.h26 class Program; variable
Dchecker.cpp217 parser::Program *Checker::Program() const in Program() function in ark::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h120 const parser::Program *Program() const in Program() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h48 class Program; variable
87 class Program; variable

12