Searched refs:ScopedNativeCodeThread (Results 1 – 17 of 17) sorted by relevance
67 class PANDA_PUBLIC_API ScopedNativeCodeThread {69 explicit ScopedNativeCodeThread(ManagedThread *thread) : thread_(thread) in ScopedNativeCodeThread() function76 ~ScopedNativeCodeThread() in ~ScopedNativeCodeThread()84 NO_COPY_SEMANTIC(ScopedNativeCodeThread);85 NO_MOVE_SEMANTIC(ScopedNativeCodeThread);
102 ScopedNativeCodeThread sn(thread); in TEST_F()118 ScopedNativeCodeThread sn(thread); in TEST_F()128 ScopedNativeCodeThread sn(thread); in TEST_F()156 ScopedNativeCodeThread sn(thread); in TEST_F()184 ScopedNativeCodeThread sn(thread); in TEST_F()212 ScopedNativeCodeThread sn(thread); in TEST_F()
234 ScopedNativeCodeThread sn(thread); in TEST_F()266 ScopedNativeCodeThread sn(thread); in TEST_F()305 ScopedNativeCodeThread sn(thread); in TEST_F()316 ScopedNativeCodeThread sn(thread); in TEST_F()369 ScopedNativeCodeThread sn(thread); in TEST_F()389 ScopedNativeCodeThread sn(thread); in TEST_F()472 ScopedNativeCodeThread sn(thread); in TEST_F()578 ScopedNativeCodeThread sn(thread); in TEST_F()598 ScopedNativeCodeThread sn(thread); in TEST_F()649 ScopedNativeCodeThread sn(thread); in TEST_F()[all …]
170 ScopedNativeCodeThread sn(thread); in TEST_F()180 ScopedNativeCodeThread sn(thread); in TEST_F()273 ScopedNativeCodeThread sn(thread); in TEST_F()287 ScopedNativeCodeThread sn(thread); in TEST_F()
230 ScopedNativeCodeThread sn(thread); in TEST_F()248 ScopedNativeCodeThread sn(thread); in TEST_F()255 ScopedNativeCodeThread sn(thread); in TEST_F()
81 ScopedNativeCodeThread sn(thread); in TEST_P()
2798 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in DEATH_TEST_F()2809 ScopedNativeCodeThread sn(ManagedThread::GetCurrent()); in DEATH_TEST_F()
155 ScopedNativeCodeThread n(coroutine); in Wait()173 ScopedNativeCodeThread nCv(coroutine); in Wait()210 ScopedNativeCodeThread n(coroutine); in NotifyI32()221 ScopedNativeCodeThread nCv(coroutine); in NotifyI32()
87 ScopedNativeCodeThread n(coroutine); in ReadModifyWrite()
232 ScopedNativeCodeThread s(thread); in StdGCWaitForFinishGC()492 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeAllocation()506 ScopedNativeCodeThread s(ManagedThread::GetCurrent()); in StdGCRegisterNativeFree()
108 ScopedNativeCodeThread snct(coroutine); in LoadLibrary()
232 ScopedNativeCodeThread n(currentCoro); in SharedMemoryTimedWaitI64()
72 ScopedNativeCodeThread n(Coroutine::GetCurrent()); in WaitForEvent()250 ScopedNativeCodeThread n(Coroutine::GetCurrent()); in RequestScheduleImpl()
183 ScopedNativeCodeThread n(waiter); in Await()316 ScopedNativeCodeThread n(currentCo); in ScheduleImpl()
292 ScopedNativeCodeThread etsNativeScope(coro); in JSRuntimeLoadModule()347 …ScopedNativeCodeThread nativeScope(coro); // NOTE: Scope(Native/Managed)CodeThread should be opti… in JSValueToString()450 ScopedNativeCodeThread nativeScope(coro); in CompilerJSNewInstance()627 ScopedNativeCodeThread nativeScope(coro); in JSONStringify()
154 ScopedNativeCodeThread nativeScope(coro); in CompilerJSCallFunction()
161 ScopedNativeCodeThread nativeScope(coro_); in ConvertArgsAndCall()