Home
last modified time | relevance | path

Searched defs:Functions (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/docs/
Dassembly_format.md292 ## Functions section in Assembly File Format Specification
309 ### Function Arguments and Local Variables
313 ### Function Body
317 ### Static and virtual functions
350 ### Program Entry Point
363 ### Exception handlers
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h104 const ArenaVector<FunctionScope *> &Functions() const in Functions() function
109 ArenaVector<FunctionScope *> Functions() in Functions() function
/arkcompiler/runtime_core/assembler/
Dassembly-parser.h44 using Functions = std::pair<std::unordered_map<std::string, Function>, std::unordered_map<std::stri… variable