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/static_linker/
Dlinker_context.cpp42 …emToKnown(panda_file::BaseItem *item, const std::map<std::string, panda_file::BaseClassItem *> &cm, in AddItemToKnown()
82 auto &cm = *cont_.GetClassMap(); in Merge() local
123 auto &cm = *cont_.GetClassMap(); in CheckClassRedifinition() local
156 auto &cm = *cont_.GetClassMap(); in FillRegularClasses() local
794 auto &cm = *cont_.GetClassMap(); in ClassFromOld() local
Dlinker_code_parser_context.cpp40 auto *cm = cont_->GetClassMap(); in GetType() local
69 auto *cm = cont_->GetClassMap(); in GetType() 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/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp403 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