| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_params.cpp | 19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EnableParams 57 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams 129 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ContinueToLocationParams 165 std::unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::GetPossibleBreakpointsParams 211 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams 235 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoveBreakpointParams 257 std::unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::RemoveBreakpointsByUrlParams 279 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ResumeParams 301 std::unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &pa… in Create() function in panda::ecmascript::tooling::SetAsyncCallStackDepthParams 323 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams [all …]
|
| D | pt_types.cpp | 999 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::RemoteObject 1095 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ExceptionDetails 1206 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor 1254 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor 1371 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::PropertyDescriptor 1522 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::CallArgument 1567 std::unique_ptr<Location> Location::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::Location 1618 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::ScriptPosition 1657 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::SearchMatch 1697 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson ¶ms) in Create() function in panda::ecmascript::tooling::LocationRange [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | target.cpp | 69 Encoder *Encoder::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, [[maybe_unused]] Arch arc… in Create() function in ark::compiler::Encoder 112 RegistersDescription *RegistersDescription::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in ark::compiler::RegistersDescription 137 CallingConvention *CallingConvention::Create([[maybe_unused]] ArenaAllocator *arenaAllocator, in Create() function in ark::compiler::CallingConvention
|
| /arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ |
| D | js_runtime.cpp | 26 std::unique_ptr<JsRuntime> JsRuntime::Create() in Create() function in panda::JsRuntime
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | array.cpp | 50 Array *Array::Create(ark::Class *arrayClass, const uint8_t *data, ArraySizeT length, ark::SpaceType… in Create() function in ark::coretypes::Array 72 Array *Array::Create(ark::Class *arrayClass, ArraySizeT length, ark::SpaceType spaceType, bool pinn… in Create() function in ark::coretypes::Array 91 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, ark::SpaceType spaceType, bool pin… in Create() function in ark::coretypes::Array
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi_field.cpp | 23 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIField
|
| D | ets_finalizable_weak_ref.cpp | 24 EtsFinalizableWeakRef *EtsFinalizableWeakRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsFinalizableWeakRef
|
| D | ets_waiters_list.cpp | 22 EtsWaitersList *EtsWaitersList::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsWaitersList
|
| D | ets_typeapi_method.cpp | 23 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIMethod
|
| D | ets_typeapi_parameter.cpp | 23 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIParameter
|
| D | ets_promise_ref.cpp | 24 EtsPromiseRef *EtsPromiseRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsPromiseRef
|
| D | ets_sync_primitives.cpp | 25 EtsMutex *EtsMutex::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsMutex 93 EtsEvent *EtsEvent::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsEvent 131 EtsCondVar *EtsCondVar::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsCondVar 174 EtsQueueSpinlock *EtsQueueSpinlock::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsQueueSpinlock
|
| D | ets_error.h | 42 static Error *Create(EtsCoroutine *coro, EtsClass *klass) in Create() function 113 static EtsOutOfMemoryError *Create(EtsCoroutine *coro) in Create() function
|
| D | ets_box_primitive-inl.h | 25 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() function
|
| D | ets_object.cpp | 27 EtsObject *EtsObject::Create(EtsCoroutine *etsCoroutine, EtsClass *klass) in Create() function in ark::ets::EtsObject 35 EtsObject *EtsObject::Create(EtsClass *klass) in Create() function in ark::ets::EtsObject
|
| D | ets_error_options.h | 60 inline static EtsErrorOptions *Create(EtsCoroutine *etsCoroutine) in Create() function
|
| D | ets_stacktrace_element.h | 71 inline static EtsStackTraceElement *Create(EtsCoroutine *etsCoroutine) in Create() function
|
| /arkcompiler/runtime_core/arkplatform/hybrid/xgc/ |
| D | xgc.cpp | 25 bool XGC::Create() in Create() function in arkplatform::mem::XGC
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | app_state_manager.h | 26 static void Create() in Create() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | factory.h | 37 std::unique_ptr<TObject> Create(const key_type &key, TArgs... args) const in Create() function 94 creator_type Create(const key_type &key) const in Create() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_method_set.cpp | 24 EtsMethodSet EtsMethodSet::Create(EtsMethod *singleMethod) in Create() function in ark::ets::interop::js::ets_proxy::EtsMethodSet
|
| /arkcompiler/runtime_core/static_core/runtime/scheduler/ |
| D | worker_thread.cpp | 24 WorkerThread *WorkerThread::Create(PandaVM *vm) in Create() function in ark::scheduler::WorkerThread
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_tagged_queue_test.cpp | 32 HWTEST_F_L0(JSTaggedQueueTest, Create) in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | check_external.cpp | 25 CheckExternal CheckExternal::Create() in Create() function in ark::llvmbackend::passes::CheckExternal
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task.cpp | 42 Task::Ptr Task::Create(RunnerCallback runner, TaskQueueInterface *queue, OnDestructionCallback call… in Create() function in ark::taskmanager::internal::Task
|