| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 188 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ToObject() local 198 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ToEcmaObject() local 212 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ToString() local 225 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ToNativePointer() local 234 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in BooleaValue() local 241 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IntegerValue() local 259 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in Uint32Value() local 275 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in Int32Value() local 361 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ToBoolean() local 371 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ToBigInt() local [all …]
|
| D | jsnapi.cpp | 201 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in SENDABLE_TYPED_ARRAY_ALL() local 219 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in Stringify() local 231 ecmascript::ThreadManagedScope managedScope(thread); in GetOriginalSource() local 246 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetOriginalFlags() local 276 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsGlobal() local 288 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsIgnoreCase() local 300 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsMultiline() local 312 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsDotAll() local 324 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsUtf16() local 336 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsStick() local [all …]
|
| D | dfx_jsnapi.cpp | 276 ecmascript::ThreadManagedScope managedScope(thread); in TriggerSharedGCWithVm() local 309 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in TriggerGCWithVm() local 324 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in DestroyHeapProfiler() local 355 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in StartHeapTracking() local 369 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in UpdateHeapTracking() local 396 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in StopHeapTracking() local 427 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetArrayBufferSize() local 438 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetHeapUsedSize() local 500 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetHeapPrepare() local 522 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in NotifyApplicationState() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_thread_state_test.cpp | 50 ThreadManagedScope managedScope(thread); in NewVMThreadEntry() local 75 ThreadManagedScope managedScope(newVm->GetJSThread()); in CreateNewVMInSeparateThread() local 254 ThreadManagedScope managedScope(thread); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/ |
| D | protocol_handler.cpp | 71 DebuggerApi::DebuggerManagedScope managedScope(vm_); in ProcessCommand() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime.cpp | 75 ThreadManagedScope managedScope(vm->GetAssociatedJSThread()); in InitializeIfFirstVm() local 86 ThreadManagedScope managedScope(vm->GetAssociatedJSThread()); in InitializeIfFirstVm() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_finalizable_weak_ref_test.cpp | 164 ScopedManagedCodeThread managedScope(coro); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 117 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 224 ecmascript::ThreadManagedScope managedScope(thread_); in HWTEST_F_L0() local 246 ecmascript::ThreadManagedScope managedScope(thread_); in HWTEST_F_L0() local 278 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 308 ecmascript::ThreadManagedScope managedScope(thread); in HWTEST_F_L0() local 348 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 378 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 408 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local
|
| D | jsnapi_first_tests.cpp | 1128 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 1192 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 1227 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 1267 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 1346 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local 1384 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_deregister.cpp | 32 ThreadManagedScope managedScope(thread); in FreeModuleRecord() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 167 ThreadManagedScope managedScope(thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 85 ThreadManagedScope managedScope(thread); in ExecuteFromFile() local 266 ThreadManagedScope managedScope(thread); in Execute() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 72 ThreadManagedScope managedScope(thread); in ExecuteFuncOrPatchMain() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.cpp | 934 ThreadManagedScope managedScope(vm_->GetJSThread()); in DumpHeapSnapshot() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.cpp | 607 ThreadManagedScope managedScope(thread); in CompactHeapBeforeFork() local
|