Home
last modified time | relevance | path

Searched defs:managedScope (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp188 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 …]
Djsnapi.cpp201 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 …]
Ddfx_jsnapi.cpp276 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/
Djs_thread_state_test.cpp50 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/
Dprotocol_handler.cpp71 DebuggerApi::DebuggerManagedScope managedScope(vm_); in ProcessCommand() local
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp75 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/
Dets_finalizable_weak_ref_test.cpp164 ScopedManagedCodeThread managedScope(coro); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp117 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in Main() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp224 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
Djsnapi_first_tests.cpp1128 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/
Djs_module_deregister.cpp32 ThreadManagedScope managedScope(thread); in FreeModuleRecord() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp167 ThreadManagedScope managedScope(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp85 ThreadManagedScope managedScope(thread); in ExecuteFromFile() local
266 ThreadManagedScope managedScope(thread); in Execute() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp72 ThreadManagedScope managedScope(thread); in ExecuteFuncOrPatchMain() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp934 ThreadManagedScope managedScope(vm_->GetJSThread()); in DumpHeapSnapshot() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp607 ThreadManagedScope managedScope(thread); in CompactHeapBeforeFork() local