Home
last modified time | relevance | path

Searched defs:Create (Results 1 - 25 of 95) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/
H A Djs_runtime.cpp26 std::unique_ptr<JsRuntime> JsRuntime::Create() in Create() function in panda::JsRuntime
/arkcompiler/runtime_core/arkplatform/src/
H A Darkplatform.cpp22 void ArkPlatform::Create(const std::string &s) in Create() function in arkplatform::ArkPlatform
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi_parameter.cpp22 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIParameter
H A Dets_typeapi_method.cpp22 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIMethod
H A Dets_typeapi_field.cpp22 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIField
H A Dets_waiters_list.cpp21 EtsWaitersList *EtsWaitersList::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsWaitersList
H A Dets_object.cpp22 EtsObject *EtsObject::Create(EtsCoroutine *etsCoroutine, EtsClass *klass) in Create() function in ark::ets::EtsObject
29 EtsObject *EtsObject::Create(EtsClass *klass) in Create() function in ark::ets::EtsObject
H A Dets_finalizable_weak_ref.cpp23 EtsFinalizableWeakRef *EtsFinalizableWeakRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsFinalizableWeakRef
H A Dets_promise_ref.cpp23 EtsPromiseRef *EtsPromiseRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsPromiseRef
H A Dets_box_primitive-inl.h24 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() function in ark::ets::EtsBoxPrimitive
H A Dets_error_options.h60 inline static EtsErrorOptions *Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsErrorOptions
H A Dets_sync_primitives.cpp23 EtsMutex *EtsMutex::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsMutex
60 EtsEvent *EtsEvent::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsEvent
94 EtsCondVar *EtsCondVar::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsCondVar
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dcheck_external.cpp25 CheckExternal CheckExternal::Create() in Create() function in ark::llvmbackend::passes::CheckExternal
H A Daarch64_fixup_sdiv.cpp26 AArch64FixupSDiv AArch64FixupSDiv::Create(LLVMArkInterface *arkInterface, in Create() function in ark::llvmbackend::passes::AArch64FixupSDiv
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_method_set.cpp24 EtsMethodSet EtsMethodSet::Create(EtsMethod *singleMethod) in Create() function in ark::ets::interop::js::ets_proxy::EtsMethodSet
H A Dshared_reference_storage.cpp37 std::unique_ptr<SharedReferenceStorage> SharedReferenceStorage::Create() in Create() function in ark::ets::interop::js::ets_proxy::SharedReferenceStorage
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dworker_thread.cpp24 WorkerThread *WorkerThread::Create(PandaVM *vm) in Create() function in ark::scheduler::WorkerThread
H A Dtask.cpp30 Task *Task::Create(PandaVM *vm, ObjectHeader *obj) in Create() function in ark::scheduler::Task
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dmethod_properties.h36 static MethodProperties *Create(ArenaAllocator *arenaAllocator, const Graph *graph) in Create() function in ark::compiler::MethodProperties
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpipeline.cpp71 std::unique_ptr<Pipeline> Pipeline::Create(Graph *graph) in Create() function in ark::compiler::Pipeline
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dtarget.cpp69 Encoder *Encoder::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, [[maybe_unused]] Arch arch, in Create() function in ark::compiler::Encoder
109 RegistersDescription *RegistersDescription::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in ark::compiler::RegistersDescription
134 CallingConvention *CallingConvention::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in ark::compiler::CallingConvention
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_napi_env.cpp23 Expected<std::unique_ptr<PandaEtsNapiEnv>, const char *> PandaEtsNapiEnv::Create(EtsCoroutine *coroutine, in Create() function in ark::ets::PandaEtsNapiEnv
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_value.cpp121 JSValue *JSValue::Create(EtsCoroutine *coro, InteropCtx *ctx, napi_value nvalue) in Create() function in ark::ets::interop::js::JSValue
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Darray.cpp49 Array *Array::Create(ark::Class *arrayClass, const uint8_t *data, ArraySizeT length, ark::SpaceType spaceType, in Create() function in ark::coretypes::Array
71 Array *Array::Create(ark::Class *arrayClass, ArraySizeT length, ark::SpaceType spaceType, bool pinned) in Create() function in ark::coretypes::Array
89 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, ark::SpaceType spaceType, bool pinned) in Create() function in ark::coretypes::Array
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dfactory.h37 std::unique_ptr<TObject> Create(const key_type &key, TArgs... args) const in Create() function in maple::final
94 creator_type Create(const key_type &key) const in Create() function in maple::final

Completed in 7 milliseconds

1234