Home
last modified time | relevance | path

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

/ark/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::map<std::string, panda::pandasm::LiteralArray> literalarray_table;
37 std::set<std::string> strings;
38 std::unordered_set<Type> array_types;
Dpandasm.cpp109 panda::Expected<panda::pandasm::Program, panda::pandasm::Error> &res) in ParseProgram()
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot.h26 class Program; variable
/ark/js_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h33 class Program; variable
/ark/js_runtime/ecmascript/class_linker/
Dpanda_file_translator.h35 class Program; variable
/ark/js_runtime/ecmascript/
Decma_vm.h54 class Program; variable
72 class Program; variable
Dobject_factory.h79 class Program; variable
/ark/ts2abc/ts2panda/src/
Dpandasm.ts134 export class Program { class