Home
last modified time | relevance | path

Searched defs:pandaVm (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Drendezvous.cpp23 Rendezvous::Rendezvous(PandaVM *pandaVm) : mutatorLock_(pandaVm->GetMutatorLock()) {} in Rendezvous()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
Detsnative_library_path_test.cpp88 auto pandaVm = EtsCoroutine::GetCurrent()->GetPandaVM(); in TEST_P() local
/arkcompiler/runtime_core/static_core/compiler/
Dinplace_task_runner.h47 void SetVM(PandaVM *pandaVm) in SetVM()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_vm_api.cpp142 auto pandaVm = PandaEtsVM::FromAniVM(vm); in DestroyVM() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer.h259 auto *pandaVm = coro->GetPandaVM(); in RegisterFinalizationInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp42 auto pandaVm = PandaEtsVM::FromEtsVM(vm); in DestroyEtsVM() local
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp193 ManagedThread::ManagedThread(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *pandaVm, in ManagedThread()
542 MTManagedThread::MTManagedThread(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *pandaVm, in MTManagedThread()