Home
last modified time | relevance | path

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

12345

/arkcompiler/toolchain/tooling/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/plugins/ets/runtime/types/
Dets_object.cpp23 EtsObject *EtsObject::Create(EtsCoroutine *etsCoroutine, EtsClass *klass) in Create() function in ark::ets::EtsObject
30 EtsObject *EtsObject::Create(EtsClass *klass) in Create() function in ark::ets::EtsObject
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
Dets_promise_ref.cpp23 EtsPromiseRef *EtsPromiseRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsPromiseRef
Dets_finalizable_weak_ref.cpp23 EtsFinalizableWeakRef *EtsFinalizableWeakRef::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsFinalizableWeakRef
Dets_typeapi_method.cpp22 EtsTypeAPIMethod *EtsTypeAPIMethod::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIMethod
Dets_waiters_list.cpp21 EtsWaitersList *EtsWaitersList::Create(EtsCoroutine *coro) in Create() function in ark::ets::EtsWaitersList
Dets_typeapi_field.cpp22 EtsTypeAPIField *EtsTypeAPIField::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIField
Dets_typeapi_parameter.cpp22 EtsTypeAPIParameter *EtsTypeAPIParameter::Create(EtsCoroutine *etsCoroutine) in Create() function in ark::ets::EtsTypeAPIParameter
Dets_box_primitive-inl.h24 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() function
Dets_error_options.h60 inline static EtsErrorOptions *Create(EtsCoroutine *etsCoroutine) in Create() function
Dets_typeapi_create.cpp211 void LambdaTypeCreator::Create() in Create() function in ark::ets::LambdaTypeCreator
254 void PandasmMethodCreator::Create() in Create() function in ark::ets::PandasmMethodCreator
Dets_stacktrace_element.h67 inline static EtsStackTraceElement *Create(EtsCoroutine *etsCoroutine) in Create() function
/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
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/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
90 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, ark::SpaceType spaceType, bool pin… in Create() function in ark::coretypes::Array
/arkcompiler/runtime_core/arkplatform/src/
Darkplatform.cpp22 void ArkPlatform::Create(const std::string &s) in Create() function in arkplatform::ArkPlatform
/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/runtime_core/panda_guard/obfuscate/
Dprogram.cpp27 void panda::guard::Program::Create() in Create() function in panda::guard::Program
/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/toolchain/tooling/
Ddispatcher.cpp94 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create() function in panda::ecmascript::tooling::DispatchResponse
102 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create() function in panda::ecmascript::tooling::DispatchResponse

12345