Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.h29 FUNC, enumerator
37 FUNC, enumerator
43 FUNC = 0, enumerator
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenets2ts/
Ddeclgenets2ts_suites.py23 FUNC = "declgen-ets2ts-func-tests" variable in DeclgenEtsSuites
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Dets_suites.py25 FUNC = "ets-func-tests" variable in EtsSuites
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Dmangle.py69 FUNC = "f" variable in DeclKind
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_support.cpp43 #define LOAD_FUNC_OR_RETURN(CLASS, FUNC, HANDLE) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_assembler.h30 FUNC, // callTarget enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h34 #define FIRST_BB_OF_FUNC(FUNC) ((FUNC)->GetFirstBB()) argument
35 #define LAST_BB_OF_FUNC(FUNC) ((FUNC)->GetLastBB()) argument
42 #define FOR_ALL_BB_CONST(BASE, FUNC) FOR_BB_BETWEEN_CONST(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, Ge… argument
43 #define FOR_ALL_BB(BASE, FUNC) FOR_BB_BETWEEN(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, GetNext) argument
44 #define FOR_ALL_BB_REV(BASE, FUNC) FOR_BB_BETWEEN(BASE, LAST_BB_OF_FUNC(FUNC), nullptr, GetPrev) argument
Disa.h26 #define SPLIT_INSN(INSN, FUNC) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h435 FUNC, enumerator