Searched defs:FUNC (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | argument_accessor.h | 29 FUNC, enumerator 37 FUNC, enumerator 43 FUNC = 0, enumerator
|
D | type_recorder.h | 28 FUNC = 0, enumerator
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
D | ets_suites.py | 26 FUNC = "ets-func-tests" variable in EtsSuites
|
/arkcompiler/runtime_core/static_core/libpandafile/external/ |
D | panda_file_support.cpp | 53 #define LOAD_FUNC(CLASS, FUNC) \ in LoadPandFileExt() argument
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | vregisterCache.ts | 39 FUNC, // load function enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | cgbb.h | 33 #define FIRST_BB_OF_FUNC(FUNC) ((FUNC)->GetFirstBB()) argument 34 #define LAST_BB_OF_FUNC(FUNC) ((FUNC)->GetLastBB()) argument 41 #define FOR_ALL_BB_CONST(BASE, FUNC) FOR_BB_BETWEEN_CONST(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, Ge… argument 42 #define FOR_ALL_BB(BASE, FUNC) FOR_BB_BETWEEN(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, GetNext) argument 43 #define FOR_ALL_BB_REV(BASE, FUNC) FOR_BB_BETWEEN(BASE, LAST_BB_OF_FUNC(FUNC), nullptr, GetPrev) argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_call_signature.h | 295 FUNC, enumerator
|