| /arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ |
| H A D | js_runtime.cpp | 26 std::unique_ptr<JsRuntime> JsRuntime::Create() in Create() function in panda::JsRuntime
|
| /arkcompiler/runtime_core/arkplatform/src/ |
| H A D | arkplatform.cpp | 22 void ArkPlatform::Create(const std::string &s) in Create() function in arkplatform::ArkPlatform
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_typeapi_parameter.cpp | 22 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIParameter
|
| H A D | ets_typeapi_method.cpp | 22 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIMethod
|
| H A D | ets_typeapi_field.cpp | 22 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIField
|
| H A D | ets_waiters_list.cpp | 21 EtsWaitersList *EtsWaitersList::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsWaitersList
|
| H A D | ets_object.cpp | 22 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 D | ets_finalizable_weak_ref.cpp | 23 EtsFinalizableWeakRef *EtsFinalizableWeakRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsFinalizableWeakRef
|
| H A D | ets_promise_ref.cpp | 23 EtsPromiseRef *EtsPromiseRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsPromiseRef
|
| H A D | ets_box_primitive-inl.h | 24 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() function in ark::ets::EtsBoxPrimitive
|
| H A D | ets_error_options.h | 60 inline static EtsErrorOptions *Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsErrorOptions
|
| H A D | ets_sync_primitives.cpp | 23 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 D | check_external.cpp | 25 CheckExternal CheckExternal::Create() in Create() function in ark::llvmbackend::passes::CheckExternal
|
| H A D | aarch64_fixup_sdiv.cpp | 26 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 D | ets_method_set.cpp | 24 EtsMethodSet EtsMethodSet::Create(EtsMethod *singleMethod) in Create() function in ark::ets::interop::js::ets_proxy::EtsMethodSet
|
| H A D | shared_reference_storage.cpp | 37 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 D | worker_thread.cpp | 24 WorkerThread *WorkerThread::Create(PandaVM *vm) in Create() function in ark::scheduler::WorkerThread
|
| H A D | task.cpp | 30 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 D | method_properties.h | 36 static MethodProperties *Create(ArenaAllocator *arenaAllocator, const Graph *graph) in Create() function in ark::compiler::MethodProperties
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| H A D | pipeline.cpp | 71 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 D | target.cpp | 69 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 D | ets_napi_env.cpp | 23 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 D | js_value.cpp | 121 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 D | array.cpp | 49 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 D | factory.h | 37 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
|