Home
last modified time | relevance | path

Searched defs:functionTable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-program.h38 std::map<std::string, ark::pandasm::Function> functionTable; member
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto43 repeated FunctionTable functionTable = 3; field
/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_emit_test.h136 const auto &functionTable = program->functionTable; in CheckFunctionAnnotations() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h817 FunctionTable functionTable; variable