Home
last modified time | relevance | path

Searched refs:IsJSThread (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/runtime/
Dthread_manager.h244 target_type |= t->IsJSThread(); in SatisfyTheMask()
Dthread.cpp325 …Locks::mutator_lock->GetState() != MutatorLock::MutatorLockState::UNLOCKED) || this->IsJSThread()); in PushLocalObject()
334 …Locks::mutator_lock->GetState() != MutatorLock::MutatorLockState::UNLOCKED) || this->IsJSThread()); in PopLocalObject()
/ark/runtime_core/runtime/include/
Dmanaged_thread.h231 bool IsJSThread() const in IsJSThread() function
/ark/runtime_core/runtime/tooling/
Ddebugger.cpp421 return (thread == nullptr || thread->IsJSThread()); in IsSkipClassEvent()
771 if (curr_thread->IsJSThread()) { in GetManagedThreadByPtThread()