Lines Matching defs:thread
26 bool JsStackGetter::CheckFrameType(JSThread *thread, JSTaggedType *sp)
33 FrameIterator iterator(sp, thread);
40 if (thread->IsAsmInterpreter() && !thread->IsLegalSp(reinterpret_cast<uintptr_t>(preSp))) {
140 // it not allow thread check here, if enable thread check, it maybe deadlock in IsInThreadPool
141 JSThread *thread = vm->GetJSThreadNoCheck();
142 const GlobalEnvConstants *globalConst = thread->GlobalConstants();
144 JSHandle<JSTaggedValue> func(thread, function);
145 JSHandle<JSTaggedValue> funcNameValue = JSObject::GetProperty(thread, func, nameKey).GetValue();
186 JSThread *thread = vm->GetAssociatedJSThread();
191 if (thread->GetGcState()) {
194 if (isNative && (it.IsLeaveFrame() || thread->GetRuntimeState())) {
212 if (thread->IsAsmInterpreter()) {
228 if (thread->GetGcState()) {