Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto43 repeated FunctionTable functionTable = 3; field
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.cpp457 const std::map<OpCode, std::function<bool(void)>> functionTable = { in Run() local
1195 const std::map<OpCode, std::function<bool(void)>> functionTable = { in Run() local