Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/docs/
Dassembly_format.md241 ## Functions section in Assembly File Format Specification
258 ### Function Arguments and Local Variables
262 ### Function Body
266 ### Static and virtual functions
299 ### Program Entry Point
312 ### Exception handlers
/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/runtime_core/static_core/plugins/ets/doc/tutorial/
Dfunctions.rst15 Functions title
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D16_concurrency.rst121 .. _Async Lambdas:
D15_semantics.rst1648 .. _Overloading and Overriding in Classes:
D17_experimental.rst1577 .. _Native Methods Experimental:
/arkcompiler/runtime_core/assembler/
Dassembly-parser.h44 using Functions = std::pair<std::unordered_map<std::string, Function>, std::unordered_map<std::stri… variable
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h347 [[nodiscard]] const ArenaVector<varbinder::FunctionScope *> &Functions() const noexcept in Functions() function
352 [[nodiscard]] ArenaVector<varbinder::FunctionScope *> &Functions() noexcept in Functions() function
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h111 const ArenaVector<FunctionScope *> &Functions() const in Functions() function
116 ArenaVector<FunctionScope *> Functions() in Functions() function
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D7_arkts.rst24 Functions section in Features ArkTS
44 Limitations
773 .. _Async and concurrency features ArkTS:
D5_js.rst24 Functions section in Features JS
27 Description
52 Interop rules
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h185 [[nodiscard]] const ArenaVector<FunctionScope *> &Functions() const noexcept in Functions() function
190 [[nodiscard]] ArenaVector<FunctionScope *> &Functions() noexcept in Functions() function
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.h44 using Functions = std::pair<std::unordered_map<std::string, Function>, std::unordered_map<std::stri… variable
/arkcompiler/runtime_core/static_core/abc2program/tests/
Dabc2program_test.cpp223 TEST_F(Abc2ProgramHelloWorldTest, Functions) in TEST_F() argument
284 TEST_F(Abc2ProgramFunctionsTest, Functions) in TEST_F() argument
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst13 Functions chapter