Home
last modified time | relevance | path

Searched refs:IsJitThread (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h146 if (thread->IsJitThread()) { in JitLockHolder()
162 ASSERT(thread->IsJitThread()); in JitLockHolder()
193 ASSERT(!thread->IsJitThread()); in JitGCLockHolder()
H A Djit_task.cpp433 ASSERT(compilerThread->IsJitThread()); in AsyncTaskRunScope()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap-inl.h536 ASSERT(!thread->IsJitThread()); in AllocateSharedNonMovableSpaceFromTlab()
563 ASSERT(!thread->IsJitThread()); in AllocateSharedOldSpaceFromTlab()
799 TaggedObject *object = thread->IsJitThread() ? nullptr : in AllocateNonMovableOrHugeObject()
822 TaggedObject *object = thread->IsJitThread() ? nullptr : in AllocateNonMovableOrHugeObject()
848 TaggedObject *object = thread->IsJitThread() ? nullptr : in AllocateOldOrHugeObject()
870 TaggedObject *object = thread->IsJitThread() ? nullptr : in AllocateOldOrHugeObject()
883 bool allowGC = !thread->IsJitThread(); in AllocateInSOldSpace()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp69 allowGC = allowGC && (!thread->IsJitThread()); in Allocate()
678 if (!thread->IsJitThread()) { in CheckAndTriggerLocalFullMark()
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h122 if (thread->IsJitThread()) {
H A Djs_thread.h1411 bool IsJitThread() const in IsJitThread() function in panda::ecmascript::JSThread

Completed in 10 milliseconds