Home
last modified time | relevance | path

Searched refs:ThreadNativeScope (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/checkpoint/
Dthread_state_transition.h100 class ThreadNativeScope final {
102 explicit ThreadNativeScope(JSThread* self) : scope_(self) in ThreadNativeScope() function
107 ~ThreadNativeScope() = default;
111 NO_COPY_SEMANTIC(ThreadNativeScope);
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_thread_state_test.cpp52 ThreadNativeScope nativeScope(thread); in NewVMThreadEntry()
202 ThreadNativeScope scope(thread); in HWTEST_F_L0()
208 ThreadNativeScope scope(thread); in HWTEST_F_L0()
237 ThreadNativeScope scope(thread); in HWTEST_F_L0()
249 ThreadNativeScope nativeScope(thread); in HWTEST_F_L0()
252 ThreadNativeScope nativeScope(thread); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp168 ThreadNativeScope nativeScope(thread); in LookupSupportedLocales()
872 ThreadNativeScope nativeScope(thread); in InsertOptions()
883 ThreadNativeScope nativeScope(thread); in InsertOptions()
894 ThreadNativeScope nativeScope(thread); in InsertOptions()
905 ThreadNativeScope nativeScope(thread); in InsertOptions()
917 ThreadNativeScope nativeScope(thread); in InsertOptions()
929 ThreadNativeScope nativeScope(thread); in InsertOptions()
Djs_plural_rules.cpp137 ThreadNativeScope nativeScope(thread); in GetAvailableLocales()
Djs_date_time_format.cpp472 ThreadNativeScope nativeScope(thread); in InitializeDateTimeFormat()
936 ThreadNativeScope nativeScope(thread); in FormatDateTime()
954 ThreadNativeScope nativeScope(thread); in FormatDateTimeToParts()
Decma_vm.cpp802 ThreadNativeScope nativeScope(thread_); in TriggerConcurrentCallback()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp191 ThreadNativeScope nativeScope(thread); in CanonicalizeUnicodeLocaleId()
444 ThreadNativeScope nativeScope(thread); in GetAvailableLocales()
450 ThreadNativeScope nativeScope(thread); in GetAvailableLocales()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp127 ThreadNativeScope nativeScope(thread); in WriteValue()
Dbase_deserializer.cpp128 ThreadNativeScope nativeScope(thread_); in DeserializeNativeBindingObject()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp520 ThreadNativeScope nativeScope(thread); in GenerateJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp461 ecmascript::ThreadNativeScope nativeScope(thread); in RegisterCallback()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp759 ecmascript::ThreadNativeScope nativeScope(vm_->GetJSThread()); in HWTEST_F_L0()
1186 ThreadNativeScope nativeScope(thread_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp594 ThreadNativeScope nativeScope(thread); in DoWait()
Dbuiltins_regexp.cpp1856 ThreadNativeScope scope(thread); in Matcher()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp290 ThreadNativeScope nativeScope(thread); in HWTEST_F_L0()
1122 ThreadNativeScope nativeScope(thread); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp2384 ThreadNativeScope nativeScope(thread_); in CleanCallBack()