Searched refs:FunctionPtr (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 27 using FunctionPtr = void (*)(panda::ecmascript::JSHandle<EcmaString> &); typedef
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 2799 using FunctionPtr = uint64_t (*)(uint32_t, uint64_t, int32_t, int64_t, int32_t, int32_t); typedef 2802 bool TestParamMainLoop(FunctionPtr func) in TestParamMainLoop() 2886 auto func = reinterpret_cast<FunctionPtr>(ptr); in TestParam()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 2812 using FunctionPtr = uint64_t (*)(uint32_t, uint64_t, int32_t, int64_t, int32_t, int32_t); typedef 2815 bool TestParamMainLoop(FunctionPtr func) in TestParamMainLoop() 2904 auto func = reinterpret_cast<FunctionPtr>(ptr); in TestParam()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 2948 using FunctionPtr = uint64_t (*)(uint32_t, uint64_t, int32_t, int64_t, int32_t, int32_t); typedef 2951 bool TestParamMainLoop(FunctionPtr func) in TestParamMainLoop() 3038 auto func = reinterpret_cast<FunctionPtr>(ptr); in TestParam()
|