Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp123 … auto *cm = static_cast<CoroutineManager *>(Coroutine::GetCurrent()->GetVM()->GetThreadManager()); in StdSystemScheduleCoroutine() local
134 … auto *cm = static_cast<CoroutineManager *>(Coroutine::GetCurrent()->GetVM()->GetThreadManager()); in StdSystemSetCoroutineSchedulingPolicy() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.cpp38 auto *cm = static_cast<CoroutineManager *>(co->GetVM()->GetThreadManager()); in AttachToCoroutine() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp40 auto *cm = cont_->GetClassMap(); in GetType() local
69 auto *cm = cont_->GetClassMap(); in GetType() local
Dlinker_context.cpp55 auto &cm = *cont_.GetClassMap(); in Merge() local
114 auto &cm = *cont_.GetClassMap(); in CheckClassRedifinition() local
147 auto &cm = *cont_.GetClassMap(); in FillRegularClasses() local
778 auto &cm = *cont_.GetClassMap(); in ClassFromOld() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp404 auto *cm = currentCoro->GetCoroutineManager(); in EtsAsyncCall() local
/arkcompiler/runtime_core/static_core/runtime/
Dintrinsics.cpp327 … auto *cm = static_cast<CoroutineManager *>(Coroutine::GetCurrent()->GetVM()->GetThreadManager()); in SystemScheduleCoroutine() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument