Searched defs:FUNC (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | argument_accessor.h | 29 FUNC, enumerator 37 FUNC, enumerator 43 FUNC = 0, enumerator
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenets2ts/ |
| D | declgenets2ts_suites.py | 23 FUNC = "declgen-ets2ts-func-tests" variable in DeclgenEtsSuites
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| D | ets_suites.py | 25 FUNC = "ets-func-tests" variable in EtsSuites
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | mangle.py | 69 FUNC = "f" variable in DeclKind
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| D | panda_file_support.cpp | 43 #define LOAD_FUNC_OR_RETURN(CLASS, FUNC, HANDLE) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_assembler.h | 30 FUNC, // callTarget enumerator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgbb.h | 34 #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
|
| D | isa.h | 26 #define SPLIT_INSN(INSN, FUNC) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_call_signature.h | 435 FUNC, enumerator
|