Searched defs:CJRuntimeAPI (Results 1 – 1 of 1) sorted by relevance
32 struct CJRuntimeAPI { struct33 int (*InitCJRuntime)(const struct RuntimeParam*);34 void* (*InitUIScheduler)();35 int (*RunUIScheduler)(unsigned long long);36 int (*FiniCJRuntime)();37 int (*InitCJLibrary)(const char*);38 void (*RegisterEventHandlerCallbacks)(PostTaskType, HasHigherPriorityType);39 void (*RegisterCJUncaughtExceptionHandler)(const CJUncaughtExceptionInfo& handle);40 void (*RegisterArkVMInRuntime)(unsigned long long);41 void (*RegisterStackInfoCallbacks)(UpdateStackInfoFuncType);