Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 102) sorted by relevance

12345

/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_params.cpp19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EnableParams
57 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::EvaluateOnCallFrameParams
129 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson &params) 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 &params) in Create() function in panda::ecmascript::tooling::GetScriptSourceParams
235 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) 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 &params) 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 &params) in Create() function in panda::ecmascript::tooling::SetBlackboxPatternsParams
[all …]
Dpt_types.cpp999 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::RemoteObject
1095 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ExceptionDetails
1206 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::InternalPropertyDescriptor
1254 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PrivatePropertyDescriptor
1371 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::PropertyDescriptor
1522 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::CallArgument
1567 std::unique_ptr<Location> Location::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::Location
1618 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::ScriptPosition
1657 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::SearchMatch
1697 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson &params) in Create() function in panda::ecmascript::tooling::LocationRange
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dtarget.cpp69 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/
Djs_runtime.cpp26 std::unique_ptr<JsRuntime> JsRuntime::Create() in Create() function in panda::JsRuntime
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Darray.cpp50 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/
Dets_typeapi_field.cpp23 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIField
Dets_finalizable_weak_ref.cpp24 EtsFinalizableWeakRef *EtsFinalizableWeakRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsFinalizableWeakRef
Dets_waiters_list.cpp22 EtsWaitersList *EtsWaitersList::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsWaitersList
Dets_typeapi_method.cpp23 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIMethod
Dets_typeapi_parameter.cpp23 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIParameter
Dets_promise_ref.cpp24 EtsPromiseRef *EtsPromiseRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsPromiseRef
Dets_sync_primitives.cpp25 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
Dets_error.h42 static Error *Create(EtsCoroutine *coro, EtsClass *klass) in Create() function
113 static EtsOutOfMemoryError *Create(EtsCoroutine *coro) in Create() function
Dets_box_primitive-inl.h25 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() function
Dets_object.cpp27 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
Dets_error_options.h60 inline static EtsErrorOptions *Create(EtsCoroutine *etsCoroutine) in Create() function
Dets_stacktrace_element.h71 inline static EtsStackTraceElement *Create(EtsCoroutine *etsCoroutine) in Create() function
/arkcompiler/runtime_core/arkplatform/hybrid/xgc/
Dxgc.cpp25 bool XGC::Create() in Create() function in arkplatform::mem::XGC
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dapp_state_manager.h26 static void Create() in Create() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfactory.h37 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/
Dets_method_set.cpp24 EtsMethodSet EtsMethodSet::Create(EtsMethod *singleMethod) in Create() function in ark::ets::interop::js::ets_proxy::EtsMethodSet
/arkcompiler/runtime_core/static_core/runtime/scheduler/
Dworker_thread.cpp24 WorkerThread *WorkerThread::Create(PandaVM *vm) in Create() function in ark::scheduler::WorkerThread
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_queue_test.cpp32 HWTEST_F_L0(JSTaggedQueueTest, Create) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dcheck_external.cpp25 CheckExternal CheckExternal::Create() in Create() function in ark::llvmbackend::passes::CheckExternal
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.cpp42 Task::Ptr Task::Create(RunnerCallback runner, TaskQueueInterface *queue, OnDestructionCallback call… in Create() function in ark::taskmanager::internal::Task

12345