Home
last modified time | relevance | path

Searched defs:etsCoroutine (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise_ref.cpp23 EtsPromiseRef *EtsPromiseRef::Create(EtsCoroutine *etsCoroutine) in Create()
Dets_finalizable_weak_ref.cpp23 EtsFinalizableWeakRef *EtsFinalizableWeakRef::Create(EtsCoroutine *etsCoroutine) in Create()
Dets_typeapi_method.cpp22 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create()
Dets_typeapi_field.cpp22 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create()
Dets_typeapi_parameter.cpp22 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create()
Dets_object.cpp23 EtsObject *EtsObject::Create(EtsCoroutine *etsCoroutine, EtsClass *klass) in Create()
Dets_error_options.h60 inline static EtsErrorOptions *Create(EtsCoroutine *etsCoroutine) in Create()
Dets_stacktrace_element.h67 inline static EtsStackTraceElement *Create(EtsCoroutine *etsCoroutine) in Create()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_test.cpp197 EtsCoroutine *etsCoroutine = EtsCoroutine::GetCurrent(); in TEST_F() local