Lines Matching full:void
96 using HostPromiseRejectionTracker = void (*)(const EcmaVM* vm,
100 void* data);
101 using PromiseRejectCallback = void (*)(void* info);
103 using NativePtrGetter = void* (*)(void* info);
107 using IcuDeleteEntry = void(*)(void *pointer, void *data);
121 void SetLoop(void *loop) in SetLoop()
126 void *GetLoop() const in GetLoop()
146 void ResetPGOProfiler();
195 void CheckThread() const in CheckThread()
222 void PushToNativePointerList(JSNativePointer *array);
223 void RemoveFromNativePointerList(JSNativePointer *array);
227 void EnableUserUncaughtErrorHandler();
234 void SetRuntimeStatEnable(bool flag);
241 void Iterate(const RootVisitor &v, const RootRangeVisitor &rv);
248 void CollectGarbage(TriggerGCType gcType) const;
250 void StartHeapTracking(HeapTracker *tracker);
252 void StopHeapTracking();
268 void ProcessNativeDelete(const WeakRootVisitor &visitor);
269 void ProcessReferences(const WeakRootVisitor &visitor);
291 void SetupRegExpResultCache();
298 void SetRegExpCache(JSTaggedValue newCache) in SetRegExpCache()
308 void SetEnableForceGC(bool enable) in SetEnableForceGC()
313 void SetData(void* data) in SetData()
318 void SetPromiseRejectCallback(PromiseRejectCallback cb) in SetPromiseRejectCallback()
328 void SetNativePtrGetter(NativePtrGetter cb) in SetNativePtrGetter()
338 void SetHostPromiseRejectionTracker(HostPromiseRejectionTracker cb) in SetHostPromiseRejectionTracker()
343 void SetAllowAtomicWait(bool wait) in SetAllowAtomicWait()
358 void PromiseRejectionTracker(const JSHandle<JSPromise> &promise, in PromiseRejectionTracker()
366 void SetResolveBufferCallback(ResolveBufferCallback cb) in SetResolveBufferCallback()
376 void SetConcurrentCallback(ConcurrentCallback callback, void *data) in SetConcurrentCallback()
382 void TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint);
384 void AddConstpool(const JSPandaFile *jsPandaFile, JSTaggedValue constpool, int32_t index = 0);
394 void StoreBCOffsetInfo(const std::string& methodName, int32_t bcOffset) in StoreBCOffsetInfo()
404 void ClearExceptionBCList() in ClearExceptionBCList()
409 void WorkersetInfo(EcmaVM *hostVm, EcmaVM *workerVm) in WorkersetInfo()
462 void SetIsBundlePack(bool value) in SetIsBundlePack()
468 void DeleteHeapProfile();
472 void SetAssetPath(const CString &assetPath) in SetAssetPath()
482 void SetBundleName(const CString &bundleName) in SetBundleName()
492 void SetModuleName(const CString &moduleName) in SetModuleName()
508 void SetProfiler(CpuProfiler *profiler) in SetProfiler()
521 void PreFork();
522 void PostFork();
536 void SetIcuFormatterToCache(IcuFormatterType type, const std::string &locale, void *icuObj,
543 void *GetIcuFormatterFromCache(IcuFormatterType type, std::string locale) in GetIcuFormatterFromCache()
555 void ClearIcuCache() in ClearIcuCache()
574 void HandleUncaughtException(TaggedObject *exception);
578 void PrintJSErrorInfo(const JSHandle<JSTaggedValue> &exceptionInfo);
581 void SetGlobalEnv(GlobalEnv *global);
583 void SetMicroJobQueue(job::MicroJobQueue *queue);
591 void CJSExecution(JSHandle<JSFunction> &func, JSHandle<JSTaggedValue> &thisArg,
594 void InitializeEcmaScriptRunStat();
596 void ClearBufferData();
598 void LoadAOTFiles(const std::string& aotFileName);
599 void LoadStubFile();
601 void CheckStartCpuProfiler();
604 void GenerateInternalNativeMethods();
660 void* data_ {nullptr};
674 void *concurrentData_ {nullptr};
683 static void *InternalMethodTable[static_cast<uint8_t>(MethodIndex::METHOD_END)];
698 void *icuObj {nullptr};
702 IcuFormatter(const std::string &locale, void *icuObj, IcuDeleteEntry deleteEntry = nullptr)
715 void *loop_ {nullptr};