Home
last modified time | relevance | path

Searched defs:FUNC (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.h29 FUNC, enumerator
37 FUNC, enumerator
43 FUNC = 0, enumerator
Dtype_recorder.h28 FUNC = 0, enumerator
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Dets_suites.py26 FUNC = "ets-func-tests" variable in EtsSuites
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_support.cpp53 #define LOAD_FUNC(CLASS, FUNC) \ in LoadPandFileExt() argument
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts39 FUNC, // load function enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h33 #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/
Dbuiltins_call_signature.h295 FUNC, enumerator